Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.
/ nx_edit Public archive

GUI editor for NX format files

License

Notifications You must be signed in to change notification settings

YohananTzeviyah/nx_edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nx_edit

a graphical user interface for viewing and editing NX files, written in Rust.

requirements

  • GTK+ 3.22+ runtime libraries (should include glib, cairo, pango, etc. runtime libraries)

additional requirements for building from source

  • the latest nightly version of rustc, which can be obtained from rustup
  • GTK+ 3.22+ development files*
  • GLib development files*
  • Cairo development files*
  • Pango development files*
  • GDK-PixBuf development files*

*see here.

building

simply use the provided makefile:

  • make native : builds a very efficient "release" executable for your machine (not portable)
  • make debug : quickly builds a "debug" executable with debug info
  • make release : builds an efficient "release" executable that is portable to other machines with the same "target triple" (e.g. x86_64-unknown-linux-gnu)

Releases

No releases published

Packages

No packages published