Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upLinux port #4
Conversation
stefantalpalaru
added some commits
Mar 26, 2016
stefantalpalaru
added some commits
Apr 8, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blurymind
commented
Apr 10, 2016
|
Very nice. I will give it a try |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
J5lx
May 28, 2016
Contributor
Is there any reason for leaving the .h extension of the FLTK headers lowercase? I have no idea how you even got it compiled that way, since in the FLTK sources (and every single distribution package I checked) all the extensions are uppercase .H. I had to change all occurrences accordingly to make it compile.
|
Is there any reason for leaving the |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
stefantalpalaru
May 28, 2016
Contributor
Sorry, I have .h -> .H symlinks on Gentoo. I'll change the files to use the .H versions.
|
Sorry, I have .h -> .H symlinks on Gentoo. I'll change the files to use the .H versions. |
stefantalpalaru
and others
added some commits
May 28, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
masafumi-inoue
Jun 10, 2016
Contributor
I am a programmer of GTS.
I could build at Ubuntu16.04 by few modifications.
Thank you for your Pull request.
|
I am a programmer of GTS. |
masafumi-inoue
merged commit 5489733
into
opentoonz:master
Jun 10, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
kogaki
Jun 10, 2016
Member
I confirmed it works in OSX. Thanks @stefantalpalaru for such a great commit! Following is a step to build in OSX.
brew install automake
brew install autoconf-archive
rm m4/ax_check_glu.m4 #it seems broken?
sudo port install fltk-devel #not in homebrew
./autogen.sh
./gts|
I confirmed it works in OSX. Thanks @stefantalpalaru for such a great commit! Following is a step to build in OSX. brew install automake
brew install autoconf-archive
rm m4/ax_check_glu.m4 #it seems broken?
sudo port install fltk-devel #not in homebrew
./autogen.sh
./gts |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mmuman
commented
Jun 10, 2016
|
Cool, I can strike that off my TODO list |
stefantalpalaru commentedApr 8, 2016
This is a Linux port using SANE instead of TWAIN as the scanner API. It's very likely it will work on other POSIX-compliant systems too, but it was only tested on Linux.