-
Notifications
You must be signed in to change notification settings - Fork 12
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
Switch to ImageMagick for cover art scaling. Create build scripts for all relevant platforms. #48
Comments
Got the OS X build script working! Builds a self contained 32 and 64bit dylib, with no need for all the other dylibs, and now it's no longer necessary to start WaveBox with DYLD_LIBRARY_PATH=. anymore. |
Working on improving the linux build scripts now. Also in the future we may want to look into FatELF (https://icculus.org/fatelf/) to have "universal" .so files, to allow for a single rpm/deb for 32 and 64bit systems. |
Cleaned up the 32bit linux script and it now runs on 64bit linux and cross compiles, so no need to setup a 32bit vm or anything. |
Also fixed the 64bit linux build script. Only things left now is Windows and arm linux. |
Is this done now? We are using ImageMagick on Linux and Mac, and build scripts are in the repo as well. |
Yep, this is done. Justin Hill On Monday, July 22, 2013 at 4:33 PM, Matt Layher wrote:
|
Not done. Still need to build for Windows and ARM. |
I've got it mostly figured out. Have build scripts for 32 and 64 bit linux (though I want to modify them to allow building both from a 64bit box if possible) and working on finishing up the universal os x build script. For Windows, we may be able to use the ImageMagick provided DLLs, have to test.
The text was updated successfully, but these errors were encountered: