Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#EMStudio
# EMStudio

Written by Michael Carpenter (malcom2073@gmail.com), and licensed under GPLv2.

Expand All @@ -14,24 +14,22 @@ I maintain Windows and Linux 32bit binaries of both the master and dev branches

#### Linux:

A few packages are needed to compile EMStudio. In Ubuntu:
$ sudo apt-get update
$ sudo apt-get install build-essential libqt4-dev libqt4-opengl-dev libqt4-opengl-dev qt4-qmake libqwt-dev libqt4-declarative libqjson-dev freeglut3-dev
A few packages are needed to compile EMStudio. In Ubuntu:
`$ sudo apt-get update`
`$ sudo apt-get install build-essential libqt4-dev libqt4-opengl-dev libqt4-opengl-dev qt4-qmake libqwt-dev libqt4-declarative libqjson-dev freeglut3-dev`

Once this has completed (or the equivalant packages on your own distro), you can then clone the repository and build it.

It has been mentioned before to run qmake -project, NEVER EVER EVER DO THIS!. This will break things.

To checkout and build:

$ git clone https://github.com/malcom2073/emstudio.git
$ cd emstudio
$ git checkout origin/BRANCHTOBUILD (typically dev or master)
$ qmake
$ make
$ cd core
$ ./emstudio

To checkout and build:
`$ git clone https://github.com/malcom2073/emstudio.git`
`$ cd emstudio`
`$ git checkout origin/BRANCHTOBUILD (typically dev or master)`
`$ qmake`
`$ make`
`$ cd core`
`$ ./emstudio`

#### Windows:

Expand All @@ -40,6 +38,6 @@ machine configurations to do any real support. If someone is interested in maint
work through it with you, but it's too much of a mess to provide general support. I'll handle compiling binaries for now.


##More Information
## More Information

http://malcom2073.github.com/emstudio/