Skip to content

wendyn-projects/inesi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INESI

Library and application for getting information about .nes files.

Usage

inesi rom.nes

Setup

  1. Launching new bash session having all required env. variables:

    ./configure

    chmod might be necessary.

  2. Building the binaries:

    make
    • inesi is dynamically linked (won't run if libinesi.so isn't searchable via LD_LIBRARY_PATH).
    • inesi_static is self-contained.
  3. Instalation:

    sudo -E make install

    -E is required to pass the environment variables to the makefile.

    Alternatively setting PREFIX should be enough.

Windows

Set CC and AR and then run make static, which will create just the statically linked binaries.

TODOs:

  • Write tests.

About

INES file info parser library and application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published