-
Notifications
You must be signed in to change notification settings - Fork 5
DeVIDEQuickStart
Charl P. Botha edited this page Apr 28, 2016
·
1 revision
So you've downloaded the DeVIDE DRE binaries and you're wondering how to get started. You've come to the right place!
- Double-click on the setup.exe that you've downloaded, wait for a few minutes as DeVIDE installs itself into \Program Files\DeVIDE (or some other directory of your choice).
- Once the installation is done, start DeVIDE by clicking on the DeVIDE icon on your desktop.
- Read the online help by pressing F1 or clicking here. The HelpGraphEditor help section will get you started with a simple example.
The DRE is the runtime environment that DeVIDE is based on. You can use it for far more, for example running your own VTK / ITK examples outside of DeVIDE.
- Open a command window (WindowsKey-R 'cmd' ENTER, or start -> run -> cmd ENTER).
- Go to the directory where you installed DeVIDE:
c:
cd "\Program Files\DeVIDE"
- Read the DRE text help:
dre help
- Start an interactive Python shell:
dre ipythonwx
- Start your own Python script:
dre /full/path/to/your/script.py --switches --to --your --script
- ... or start DeVIDE itself:
dre devide
- Untar the downloaded archive with:
tar xjvf devide-re-v12.2.7-lin64.tar.bz2
- Then startup DeVIDE:
cd devide-re-v12.2.7-lin64
./dre devide
- Read the online help by pressing F1 or clicking here. The HelpGraphEditor help section will get you started with a simple example.
- If you're seeing errors starting up, please see the Frequently Asked Questions.
The DRE is the runtime environment that DeVIDE is based on. You can use it for far more, for example running your own VTK / ITK examples outside of DeVIDE.
- Start a terminal
- Go to the directory where you installed DeVIDE:
cd /some/dir/somewhere/devide-re-v9.8.3784-lin64
- Read the DRE text help:
./dre help
- Start an interactive Python shell:
./dre ipythonwx
- Start your own Python script:
./dre /full/path/to/your/script.py --switches --to --your --script
- ... or start DeVIDE itself:
./dre devide