diff --git a/README.md b/README.md index 111718f..f4a1e22 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#EMStudio +# EMStudio Written by Michael Carpenter (malcom2073@gmail.com), and licensed under GPLv2. @@ -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: @@ -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/