Closed Luis-Licea closed 1 year ago
To run Imprimis, run make and then python imprimis.py.
make
python imprimis.py
.gitignore (to ignone the following files):
imprimis.py:
Makefile:
README.md:
/usr/local/lib
/usr/lib/
/usr/lib/libprimis.so
Run Imprimis using Python and cppyy.
To run Imprimis, run
make
and thenpython imprimis.py
.This pull request affects the following files:
.gitignore (to ignone the following files):
imprimis.py:
Makefile:
README.md:
/usr/local/lib
to/usr/lib/
because the libprimis Makefile installs libprimis.so at/usr/lib/libprimis.so
.python imprimis.py
to run game.