Course Project Stage 1 part 2: building and timing
So after many hours of reading, help from current and past classmates, as well as help from professor, I am finally able to test xz utils on each of the machines I was given access to. Build and Install - Take the newest source code by either downloading the archive (https://tukaani.org/xz/xz-5.3.1alpha.tar.xz) or through git clone ( git clone https://git.tukaani.org/xz.git) . Both can be found in their website https://tukaani.org/xz/ . - From within the source code folder, execute "./autogen.sh" - Outside of the source code, create another folder for the program. - From within the source code foler, use "./configure --prefix=( location for the program )" to configure the desire location for the program - Use "make install" to execute the installation Execute and Test - Since the machines should already have another "xz" installed, I would want to make sure if I am using the correct one. The machine installed version is older (5.2.4) t...