MSEide command-line installer designed for multiple installations.
The installation involves:
- cloning MSEide+MSEgui git repository
- building MSEide
- configuring MSEide
- creating start script
- creating desktop shortcuts (Linux)
./installmse [--dir=DIR]Where DIR is the location of the folder mseide-xxxxxxxxxx.
Example:
./installmse --dir=~/ApplicationsIf the location is not specified, the folder mseide-xxxxxxxxxx is created in the current directory.
git clone https://github.com/rchastain2/installmse.git
cd installmse
git clone https://github.com/mse-org/mseide-msegui.git
makeBy default the program is compiled in passive mode: It creates build and start scripts but doesn't launch commands.
Build in active mode:
make RELEASE=1