VlachosGroup / RING

Rule Input Network Generator (RING) - An automated reaction network generation tool
GNU Lesser General Public License v2.1
3 stars 0 forks source link

Rule Input Network Generator (RING)

Rule Input Network Generator (RING) - An automated reaction network generation tool

Instructions to install RING

1) Clone or download the repository on your local drive. RING is distributed in a zip file containing the following folders:

- silver – contains a jar file of the compiler “react.bin.jar” that translates an input program.
- cpp – contains C++ implementations of all functions in RING.
- examples – contains a set of examples written for different kinds of systems.
- doc – contains some more specific examples with explanations and a documentation of the syntax of
      the language.
- Projects – contains a linux script and a windows batch file for running RING. This space is also
           where the outputs of RING.

The parent folder contains the license text. RING is available under GNU Lesser GPL 2.1

2) Install that Java JRE (http://www.java.com/ ) is installed

3) Download and install gcc (g++ for C++) or Microsoft Visual Studio 2019 (https://visualstudio.microsoft.com/, choose to download just the Visual Studio Community 2019 edition under Visual Studio IDE) depending on the operating system

Additional installation instructions for Windows users:

4) A good text editor, for example, notepad++ ( http://notepad-plus-plus.org/)