-
Notifications
You must be signed in to change notification settings - Fork 9
Jump_Start
Levi Starrett edited this page Jan 26, 2020
·
10 revisions
In this section, we will go start to finish on how to create, build, and run an xtUML project from scratch. This guide assumes some basic knowledge of how to use BridgePoint. For help with BridgePoint and xtUML, please visit xtUML.org.
If you have not already, go to the examples page of the repository. That is a great place to start if you find yourself wanting to learn by viewing existing projects.
-
BridgePoint latest nightly
-
Maven
-
pyxtuml
On Ubuntu linux:
sudo apt-get update && sudo apt-get install -y maven python-pip wget unzip pip install pyxtuml wget https://s3.amazonaws.com/xtuml-releases/nightly-build/org.xtuml.bp.product-linux.gtk.x86_64.zip unzip https://s3.amazonaws.com/xtuml-releases/nightly-build/org.xtuml.bp.product-linux.gtk.x86_64.zip
On macOS:
brew install maven wget unzip pip install pyxtuml wget https://s3.amazonaws.com/xtuml-releases/nightly-build/org.xtuml.bp.product-macosx.cocoa.x86_64.zip unzip https://s3.amazonaws.com/xtuml-releases/nightly-build/org.xtuml.bp.product-macosx.cocoa.x86_64.zip