New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux port #4

Merged
merged 48 commits into from Jun 10, 2016

Conversation

Projects
None yet
6 participants
@stefantalpalaru
Contributor

stefantalpalaru commented Apr 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.

stefantalpalaru added some commits Mar 26, 2016

stefantalpalaru added some commits Apr 8, 2016

@blurymind

This comment has been minimized.

Show comment
Hide comment
@blurymind

blurymind Apr 10, 2016

Very nice. I will give it a try

blurymind commented Apr 10, 2016

Very nice. I will give it a try

@J5lx

This comment has been minimized.

Show comment
Hide comment
@J5lx

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.

Contributor

J5lx commented May 28, 2016

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.

@stefantalpalaru

This comment has been minimized.

Show comment
Hide comment
@stefantalpalaru

stefantalpalaru May 28, 2016

Contributor

Sorry, I have .h -> .H symlinks on Gentoo. I'll change the files to use the .H versions.

Contributor

stefantalpalaru commented May 28, 2016

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

@masafumi-inoue

This comment has been minimized.

Show comment
Hide comment
@masafumi-inoue

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.

Contributor

masafumi-inoue commented Jun 10, 2016

I am a programmer of GTS.
I could build at Ubuntu16.04 by few modifications.
Thank you for your Pull request.

@masafumi-inoue masafumi-inoue merged commit 5489733 into opentoonz:master Jun 10, 2016

@kogaki

This comment has been minimized.

Show comment
Hide comment
@kogaki

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
Member

kogaki commented Jun 10, 2016

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
@mmuman

This comment has been minimized.

Show comment
Hide comment
@mmuman

mmuman Jun 10, 2016

Cool, I can strike that off my TODO list 🙌

mmuman commented Jun 10, 2016

Cool, I can strike that off my TODO list 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment