Coriolis (tutorials)

From F-Si wiki
Revision as of 15:07, 18 March 2019 by Admin (talk | contribs) (Created page with " The documentation and tutorials of Coriolis are located in ~/coriolis-2.x/src/coriolis/documentation/UsersGuide/ == Tutorial 1: creating a triangle in Hurricane == cd ~/c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The documentation and tutorials of Coriolis are located in

~/coriolis-2.x/src/coriolis/documentation/UsersGuide/


Tutorial 1: creating a triangle in Hurricane

cd ~/coriolis-2.x/src/coriolis
git branch <username>  # invent one you like 
git checkout <username>
git pull origin devel_anabatic
./bootstrap/ccb.py --project=coriolis --make="-j4 install"
eval `./bootstrap/coriolisEnv.py`  # use grave accent (`), not the apostrophe (') 
cd ~/coriolis-2.x/src/coriolis/documentation/examples/scripts
cgt -V   # launch the Coriolis Graphical Tool
Shift+p+s  # launch python script console.
polygons  # (without .py). This launches the polygons.py example.