Skip to content
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

Added linux build instructions #2

Merged
merged 1 commit into from Sep 10, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Expand Up @@ -3,4 +3,18 @@ juced

[![Build Status](https://travis-ci.org/kunitoki/juced.svg)](https://travis-ci.org/kunitoki/juced)

community based juce
Community Based Juce

How to build
============

Linux
-----

Premake is used for the build process. Don't edit the makefiles, as they are autogenerated.

cd tools
./manage make all

Should any app fail to build, just move it out of the apps folder.