Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Set up? #25

Closed
tmcw opened this issue Feb 1, 2014 · 9 comments
Closed

Set up? #25

tmcw opened this issue Feb 1, 2014 · 9 comments

Comments

@tmcw
Copy link
Contributor

tmcw commented Feb 1, 2014

@ansis have you been able to get this set up? Is it going to be practical to develop this project on your linux-box?

@springmeyer
Copy link
Contributor

See the last todos on the gyp pull. I'm working to ensure it is easy to build the core libllmr on Linux.

@ansis
Copy link
Contributor

ansis commented Feb 3, 2014

thanks! I'll try to write a wrapper once that gets merged

@kkaefer
Copy link
Contributor

kkaefer commented Feb 3, 2014

@ansis @tmcw it should be practical to do so. They only OS X specific parts that are in main.mm are the http request loading from platform.hpp. The GL context is provided by GLFW, which should work on Linux.

As for implementing platform.hpp: The way this is handled on Mac OS is the following: The request happens asynchronously and the request function gets a C++11 callback function which is executed back in the main thread(!) once the request is completed (either successfully or failed).

@tmcw
Copy link
Contributor Author

tmcw commented Feb 3, 2014

Cool: if we can't get this running in Linux, we will need to send Ansis a MacBook and force him to love the .

@ajashton
Copy link
Member

ajashton commented Feb 3, 2014

and force him to love the 

or as its more commonly known on linux: the ▯

@incanus
Copy link
Contributor

incanus commented Feb 3, 2014

@tmcw gave me a bit more context on this. @ansis def. free to ping @springmeyer and I as you get this going on Linux, as the whole goal of a build system is of course cross-platform ease.

@springmeyer
Copy link
Contributor

tracking linux support at #26 and #27

@ansis
Copy link
Contributor

ansis commented Feb 5, 2014

@springmeyer, huge thanks for getting it to build! the instructions were flawless

@ansis ansis closed this as completed Feb 5, 2014
@springmeyer
Copy link
Contributor

@ansis - oh, excellent, thanks for testing! There are certainly still gaps (like #40) so don't hesitate to create tickets for any minor build issues you run into.

This was referenced Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants