Skip to content

Netrunner Card Finder v0.3.3

Latest
Compare
Choose a tag to compare
@O-01 O-01 released this 18 Apr 01:14
· 4 commits to main since this release

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.