Difference between revisions of "Lugaru Compile Instructions"

From Wolfire Games Wiki
Jump to: navigation, search
(New page: {stub} Source code is available from [http://akamai.wolfire.com/humble/src/lugaru_srcs_final.zip document] == Windows == == OS X == Move the source code folder to the Desktop (Or where...)
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{stub}
+
{{stub}}
  
Source code is available from [http://akamai.wolfire.com/humble/src/lugaru_srcs_final.zip document]
+
Source code is available from [http://akamai.wolfire.com/humble/src/lugaru_srcs_final.zip here]
  
 
== Windows ==
 
== Windows ==
Line 21: Line 21:
 
== Linux ==
 
== Linux ==
  
 
+
[[Category: Tutorials]]
[[Category:Lugaru]]
+
[[Category: Modding]]
[[Category:Help]]
+
[[Category: Lugaru]]
[[Category:Open Source]]
 

Latest revision as of 22:00, 19 June 2011

This article is a stub. You should help Wolfire by expanding it.

Source code is available from here

Windows

OS X

Move the source code folder to the Desktop (Or wherever else you want it) Open Terminal.app from Applications/Utilities/

type: cd ~/Desktop/lugaru_src_snapshot/ exec ~/Desktop/lugaru_src_snapshot/makemac.sh

When the compile is completed, check the lugau_src_snapshor/run folder for compiled binaries. You can use either lugaru-bin or the version relevant relevant to your system, eg lugaru-x86_64 on Snow Leopard.

Don't forget to move your binary out into a folder with the Data/ directory.

Linux