2da table editor
Go to file
Crom (Thibaut CHARLES) aaefc184e8 Build issues & column alignment 2015-03-06 12:15:52 +01:00
source Build issues & column alignment 2015-03-06 12:15:52 +01:00
.gitignore First commit 2014-11-16 23:48:56 +01:00
README.md Moved GTK dll to system 2014-11-19 17:43:24 +01:00
dub.json First commit 2014-11-16 23:48:56 +01:00
test.2da Better test table & headerS-clickable 2014-11-17 13:52:50 +01:00
test2.2da Open button and re-open functions 2014-11-18 11:46:07 +01:00

README.md

Linux installation

You need gtk3.10 or newer, and you are ready to go !

Windows installation

This will be more complicated 'cause you seems to be... masochistic !

  • Go to http://www.gtk.org/download/win32.php and download the all-in-one bundle.
  • Extract it somewhere
  • Add GTK/bin to the user PATH variable :
  • "Computer" -> "Properties" -> "Advanced system settings"
  • "Advanced tab" -> "Environment variables"
  • Double-click on PATH and add pathtoGTK\bin at the end

More information: http://www.gtk.org/download/win32_tutorial.php