Skip to content

Releases: O-01/netrunner_card_finder

Netrunner Card Finder v0.3.3

18 Apr 01:14
Compare
Choose a tag to compare

Netrunner Card Finder

First release! 🥳

To use:

  1. Extract source zip/tar.qz to location of choice.

  2. Navigate to extracted source code location and run the following command to compile:

cmake -S ./ -B nrcf
make -C nrcf
  1. 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.