-
Notifications
You must be signed in to change notification settings - Fork 21
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
Crossplatform builds #23
Comments
Yes, getting that a lot. Someone at the London Creative Coding meetup was attempting a windows build. I'll check in with them at the next meetup. |
The likelihood of me helping on a Linux build will increase exponentially when this Macbook finally dies, too! |
And I'm definitely getting a new ras pi soon! |
I've created a new branch, where I'm working on getting a version compiling using CMake... https://github.com/cyrilcode/cyril/tree/cmake VERY early days, and has some OSX stuff hard coded as I'm basing it on this: I'll update here as I make progress. |
As of this commit I have got CMake build working on OSX. |
The CMake is specific to OSX. It's taken a bit of work to get things working due to way oF links in dependencies. Almost ready to start adapting so it works on Linux too. |
yay! working CMake build on OSX as of this commit |
How to write platform checks with CMake |
Why are you using CMake instead of the ofProject generator to keep it simple? |
@Bk8 because ofProject generator creates separate projects for different architectures, right? Still, I'll keep this issue open for discussion as happy to hear other ideas... |
First your programming language is a awesome!! |
I got this building on archlinux with the following PKGBUILD & CMakeLists.txt: https://gist.github.com/prikhi/e22fd332e1c2b5d648e4c56792323e3f Never used cmake so I might be doing some things wrong... But after launching, the editor is blank & unresponsive to my input(can still switch workspaces though). Directly editing the .cy files doesn't update the display. Not sure where to go from here. |
The single numero uno question i get asked: "is there a Windows/Linux build?" :)
The text was updated successfully, but these errors were encountered: