Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ScruffohioModInstaller-Windows.zip | 2011-09-20 | 2.0 MB | |
Scruffohio Mod Installer setup.exe | 2011-09-20 | 1.0 MB | |
ScruffohioModInstaller-MacOSX.tar.bz2 | 2011-09-20 | 823.7 kB | |
ScruffohioModInstaller-Linux.tar.bz2 | 2011-09-20 | 825.2 kB | |
Scruffohio Mod Installer.jar | 2011-09-20 | 887.5 kB | |
Totals: 5 Items | 5.5 MB | 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 #########################################################