-
Notifications
You must be signed in to change notification settings - Fork 42
Getting Started
Jucemar Monteiro edited this page Jan 11, 2019
·
4 revisions
Rsyn was tested in Ubuntu 16.04.2 LST and compiled with g++ 5.4.0.
$ git clone https://github.com/rsyn/rsyn-x.git
$ cd rsyn-x
$ mkdir build
$ cd build
$ cmake ..
$ make
Bash script to install Rsyn dependencies
- File -> Run Script (Ctrl+R)
- Go to rsyn-x/x/demo/simple directory
- Open simple.rsyn file
- Rsyn GUI shows the simple circuit
- Selecting a cell: shift+left click
- Moving a cell: Keep shift key pressed -> left click on a cell -> move the mouse
- GUI is not available in command-line mode
$ make rscript script=../demo/simple/simple.rsyn