Home / 0.2.3.2
Name Modified Size InfoDownloads / Week
Parent folder
Binaries 2011-09-15
Totals: 1 Item   0
##################################
When building on a *NIX system:
#####################################
1. Go anywhere and run src/build.sh
----------------OR----------------------
2. Navigate to src/AddMod/ and run ant
#########################################
This will generate a Jar program in Scruffohio Mod Installer/jar/,
a Mac OS X app in Scruffohio Mod Installer/Mac/,
a Linux shell script in Scruffohio Mod Installer/Linux/,
a Windows Application in Scruffohio Mod Installer/Windows/,
and a Windows installer in Scruffohio Mod Installer/Windows/, if you have NSIS (Nullsoft Scriptable Install System) installed. 
########################################################
If you do not have NSIS installed, a Windows Installer will not be generated.
########################################################
It will generate os-dependent packages in Scruffohio Mod Installer/Packages/VERSION/
########################################################

####################################
When building on a Windows System:
####################################
1. Go to src/ and run build.bat
-----------------OR------------------
2. Go to src/AddMod/ and run ant
####################################
This will generate a Jar program in Scruffohio Mod Installer/jar/,
a Mac OS X app in Scruffohio Mod Installer/Mac/,
a Windows Application in Scruffohio Mod Installer\Windows\,
and a Windows installer in Scruffohio Mod Installer\Windows\, if you have NSIS (Nullsoft Scriptable Install System) installed. 
#########################################################
If you do not have NSIS installed, a Windows Installer will not be generated.
#########################################################
It will generate os-dependent packages in Scruffohio Mod Installer/Packages/VERSION/
#########################################################
A Linux shell script will not be created. If you have tools such as MSYS, MinGW, or Cygwin,
you can create one manually by navigating to src/AddMod/ and running
ant
ant jar2sh
ant package
#########################################################
Source: README, updated 2011-09-16