Skip to content

GMPtk/MCSimViaRtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCSimViaRtools

Build GNU MCSim models on Windows.

Prerequisites

  • Rtools (version 3.5, 4.0, or 4.2; installed in default location)

Installation

  1. Download this repo and unzip to Documents (My Documents on older Windows systems).

  2. Rename the directory (remove the -master suffix).

Test

Follow these steps to test the build environment using the butadiene example model provided:

  1. Start a command prompt and change directory to Documents\MCSimViaRtools.

  2. Execute the build batch file:

C:\Users\...\Documents\MCSimViaRtools>model2exe.bat
  1. Test the resulting executable:
C:\Users\...\Documents\MCSimViaRtools>.\out\butadiene.exe .\target\butadiene.in .\out\butadiene.out

Build A Model

Either use the target directory:

  1. Drop a .model file into the target directory.

  2. Run model2exe.bat.

or specify your .model file as an argument to model2exe.bat:

model2exe.bat <path to .model file>

In the former case, the resulting executable will be created in the out folder. In the latter case, the resulting executable will be created in the same directory as the .model file.

Releases

No releases published

Packages

No packages published

Languages