Skip to content

Compilando

NuenoB edited this page Apr 11, 2014 · 1 revision

Windows

Requerido

  • Mysgit
  • Git con Cygwin
  • GitHub (alternativo)
  • Apache Ant: Descarga el zip, ponlo en un lugar claro (C:\ant), y luego agrega la carpeta bin a tu enviroment path

Check out the repo

Use Github for Windows or use a command prompt/powershell with git binaries in the Environment path. git clone https://github.com/OpenMods/OpenBlocks.git

Change directory

cd OpenBlocks

Fetch dependencies (OpenModsLib etc.)

git submodule init git submodule update Run ant build

ant

The resulting file should be in the build/dist folder.

Clone this wiki locally