Try to beautifi readme.md for use on the web.
This commit is contained in:
parent
17b58fc094
commit
ad91b2065e
20
README.md
20
README.md
@ -15,26 +15,46 @@ edition of Visual Studio, open the project file, and make the project. You shou
|
|||||||
download pre-compiled versions from: http://tyounglightsys.ddns.info/EduNetworkBuilder
|
download pre-compiled versions from: http://tyounglightsys.ddns.info/EduNetworkBuilder
|
||||||
|
|
||||||
*** Building on Linux ***
|
*** Building on Linux ***
|
||||||
|
|
||||||
EduNetworkBuilder should compile on Linux using MonoDevelop with one small change to the code.
|
EduNetworkBuilder should compile on Linux using MonoDevelop with one small change to the code.
|
||||||
EduNetworkBuilder on Windows uses the Microsoft deployment mechanism, which cannot build on Linux.
|
EduNetworkBuilder on Windows uses the Microsoft deployment mechanism, which cannot build on Linux.
|
||||||
To make it work, we need to change a configuration option. So, here are the instructions for
|
To make it work, we need to change a configuration option. So, here are the instructions for
|
||||||
building on Linux.
|
building on Linux.
|
||||||
|
|
||||||
1) Install MonoDevelop for your version of Linux
|
1) Install MonoDevelop for your version of Linux
|
||||||
|
|
||||||
2) Install git for your version of Linux
|
2) Install git for your version of Linux
|
||||||
|
|
||||||
3) Download the EduNetworkBuilder source code.
|
3) Download the EduNetworkBuilder source code.
|
||||||
|
|
||||||
$ git clone https://git.solidcharity.com/timy/EduNetworkBuilder
|
$ git clone https://git.solidcharity.com/timy/EduNetworkBuilder
|
||||||
|
|
||||||
4) Choose which git branch you want to use (optional)
|
4) Choose which git branch you want to use (optional)
|
||||||
|
|
||||||
$ cd EduNetworkBuilder
|
$ cd EduNetworkBuilder
|
||||||
|
|
||||||
$ git checkout Development
|
$ git checkout Development
|
||||||
|
|
||||||
5) Change the EduNetworkBuilder.csproj file
|
5) Change the EduNetworkBuilder.csproj file
|
||||||
|
|
||||||
Find the line that says:
|
Find the line that says:
|
||||||
|
|
||||||
<GenerateManifests>true</GenerateManifests>
|
<GenerateManifests>true</GenerateManifests>
|
||||||
|
|
||||||
Change it to read:
|
Change it to read:
|
||||||
|
|
||||||
<GenerateManifests>true</GenerateManifests>
|
<GenerateManifests>true</GenerateManifests>
|
||||||
|
|
||||||
6) Run MonoDevelop (use the instructions for your specific operating system)
|
6) Run MonoDevelop (use the instructions for your specific operating system)
|
||||||
|
|
||||||
7) Find and open the EduNetworkBuilder.sln file
|
7) Find and open the EduNetworkBuilder.sln file
|
||||||
|
|
||||||
8) Tell EduNetworkBuilder to build using the MonoDevelop interface
|
8) Tell EduNetworkBuilder to build using the MonoDevelop interface
|
||||||
|
|
||||||
9) Find the exe in the build directory. Chmod that to make it executable, and put it wherever you want it to go:
|
9) Find the exe in the build directory. Chmod that to make it executable, and put it wherever you want it to go:
|
||||||
|
|
||||||
$ find . | grep EduNetworkBuilder.exe
|
$ find . | grep EduNetworkBuilder.exe
|
||||||
|
|
||||||
$ chmod 755 [EduNetworkBuilder.exe path]
|
$ chmod 755 [EduNetworkBuilder.exe path]
|
||||||
|
|
||||||
$ mv [EduNetworkBuilder.exe path] /usr/local/bin
|
$ mv [EduNetworkBuilder.exe path] /usr/local/bin
|
Loading…
Reference in New Issue
Block a user