Library and application for getting information about .nes files.
inesi rom.nes-
Launching new
bashsession having all required env. variables:./configure
chmodmight be necessary. -
Building the binaries:
make
inesiis dynamically linked (won't run iflibinesi.soisn't searchable viaLD_LIBRARY_PATH).inesi_staticis self-contained.
-
Instalation:
sudo -E make install
-Eis required to pass the environment variables to the makefile.Alternatively setting
PREFIXshould be enough.
Set CC and AR and then run make static, which will create just the statically linked binaries.
- Write tests.