latest 2 messages by jdak_907
+
[2020-01-29T21:50:50Z]
jdak_907
instructions to target this specific commit? 'git clone https://github.com/MITHaystack/digital_rf.git' then 'cd digital_rf' then 'mkdir build' then 'cd build' then 'cmake ..' then 'make' and finally 'sudo make install'
+
[2020-01-29T21:50:50Z]
jdak_907
Hi. I am still learning basics and need help: I have cloned a repository, created a build directory, built and installed with cmake successfully. But there is a bug in the most current version. I would like to build and install based off of an earlier commit. What commands would I need to do this? This is the commit: https://github.com/MITHaystack/digital_rf/commit/a10b59c4c0a6894f1046b105fe746d960e4b0ddc. How would you modify these