forked from imprudence/imprudence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCOMPILE.mac
More file actions
22 lines (17 loc) · 714 Bytes
/
COMPILE.mac
File metadata and controls
22 lines (17 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Guidelines to compile imprudence on SnowLeopard
Kentron Katana Apr 16, 2012
This instructions will compile Imprudence.app (no .dmg file)
In a terminal, go to source directory. Then:
cd ./linden/indra/
python develop.py
Open Xcode project file ./linden/indra/build-darwin-i386/Imprudence.xcodeproj
Inside Xcode, select the project item and get info. Set:
Architectures: 32-bit Universal
Base SDK: MacOSX10.5.sdk
Valid Architectures: i386 (delete ppc since it will stop the compile process)
C/C++ Compiler Version: GCC 4.2
Optional:
Enable SSE3 Extensions
Enable supplemental SSE3 Instructions
Press green button "Build and Run"
Imprudence.app will be at ./linden/indra/build-darwin-i386/newview/RelWithDebInfo