Releases: O-01/netrunner_card_finder
Releases · O-01/netrunner_card_finder
Netrunner Card Finder v0.3.3
Netrunner Card Finder
First release! 🥳
To use:
-
Extract source zip/tar.qz to location of choice.
-
Navigate to extracted source code location and run the following command to compile:
cmake -S ./ -B nrcf
make -C nrcf
- Navigate to newly created build directory
nrcf
and run executable by entering the following command:
cd nrcf
./netrunner_card_finder
OR run the executable file by opening it from within preferred file explorer.
Confirmed supported only under GNU/Linux OS at this time - may work elsewhere.