2da table editor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Crom (Thibaut CHARLES) aaefc184e8
Build issues & column alignment
8 years ago
source Build issues & column alignment 8 years ago
.gitignore First commit 8 years ago
README.md Moved GTK dll to system 8 years ago
dub.json First commit 8 years ago
test.2da Better test table & headerS-clickable 8 years ago
test2.2da Open button and re-open functions 8 years ago

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