https://github.com/vst/agentgui
A GUI Editor for X-Machines Markup Language
https://github.com/vst/agentgui
Last synced: about 1 year ago
JSON representation
A GUI Editor for X-Machines Markup Language
- Host: GitHub
- URL: https://github.com/vst/agentgui
- Owner: vst
- License: gpl-3.0
- Created: 2014-04-03T11:54:16.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2014-04-05T14:28:44.000Z (over 12 years ago)
- Last Synced: 2023-03-11T09:27:34.008Z (over 3 years ago)
- Homepage:
- Size: 527 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agentgui
An Editor for X-Machines Markup Language.
This is a quick quide on how to compile, run, install the application
on both Ubuntu and Mac OSX.

## On Ubuntu Linux
# Get build tools:
sudo apt-get install qt4-dev-tools libqscintilla2-dev
# Compile:
qmake build.pro
make
# Run:
LD_LIBRARY_PATH=libxmm2/lib/ ./xmme/compilation/agentgui
# Install:
sudo cp libxmm2/lib/* /usr/lib/
sudo cp xmme/compilation/agentgui /usr/bin/
## On Mac OSX
# Get build tools:
brew install qt4
brew install qscintilla2
# Compile:
/usr/local/Cellar/qt/4.8.5/bin/qmake build.pro
/usr/local/Cellar/qt/4.8.5/bin/macdeployqt xmme/compilation/agentgui.app
# Run:
open /xmme/compilation/agentgui.app
# Create a dmg:
/usr/local/Cellar/qt/4.8.5/bin/macdeployqt xmme/compilation/agentgui.app -dmg
## Further Links:
1. [http://www.eurace.org](http://www.eurace.org)
2. [http://www.flame.ac.uk](http://www.flame.ac.uk)