-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create download-and-open-genvisis.md
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Download and Open Genvisis | ||
|
||
1. [Download Genvisis and a Genvisis starter project](https://genvisis.org/#/download). | ||
2. Run **genvisis.jar**. | ||
* For Linux or Mac, or if you are running remotely on Linux: | ||
* Open a terminal and run **java -Xmx#g -jar [path]/genvisis.jar** | ||
* **#g** is the number of gigabytes of memory to use | ||
* [path] is the location of the genvisis.jar file | ||
* Example | ||
* **java -Xmx24g -jar ~/genvisis.jar** (if **genvisis.jar** is saved in your home directory) | ||
* Alternatively, locate **genvisis.jar** within a file manager and double-click on the Genvisis icon | ||
* For Windows: | ||
* Open a text file and write inside **java -Xmx#g -jar genvisis.jar** | ||
* **#g** is the number of gigabytes of memory to use | ||
* Example: **java -Xmx24g -jar genvisis.jar** | ||
* Save the text file as **vis.bat** in the same directory as **genvisis.jar** | ||
* Double-click **vis.bat** | ||
|
||
![Image of Genvisis opened for the first time](/Images/GenvisisOpened.png) |