Home
Name Modified Size InfoDownloads / Week
0.3.1.0 2011-09-21
0.3.0.0 2011-09-20
0.2.4.0 2011-09-16
0.2.3.4 2011-09-16
0.2.3.3 2011-09-15
0.2.3.2 2011-09-15
0.2.3.1 2011-09-15
0.2.2.2 Alpha 2011-09-15
README 2011-09-16 2.1 kB
Totals: 9 Items   2.1 kB 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