Library and application for getting information about .nes
files.
inesi rom.nes
-
Launching new
bash
session having all required env. variables:./configure
chmod
might be necessary. -
Building the binaries:
make
inesi
is dynamically linked (won't run iflibinesi.so
isn't searchable viaLD_LIBRARY_PATH
).inesi_static
is self-contained.
-
Instalation:
sudo -E make install
-E
is required to pass the environment variables to the makefile.Alternatively setting
PREFIX
should be enough.
Set CC
and AR
and then run make static
, which will create just the statically linked binaries.
- Write tests.