|
|
Line 5: |
Line 5: |
|
This area is going to get big and complicated as you have to go thorugh and manually download and isntall just about all of the libraries required by glob2. Hopefully a better process will be found throughout this. |
|
This area is going to get big and complicated as you have to go thorugh and manually download and isntall just about all of the libraries required by glob2. Hopefully a better process will be found throughout this. |
|
|
|
|
|
|
Please install these in the following order. It will make your life easier |
⚫ |
* [http://www.libsdl.org SDL Libraries] |
|
|
|
# libogg and libvorbis |
⚫ |
: to get SDL to work properly with glob2 you must download the source code and install it from there. |
|
|
|
#: both can be obtained from [http://xiph.org/downloads/ here] |
⚫ |
: you must also download and install SDL_net, SDL_ttf, and SDL_image. |
|
|
: SDL_hnet and SDL_ttf can be installed by source very easily, no extra dependencies. |
|
#: libogg must be installed before libvorbis |
|
|
#: standard ./configure && make && sudo make install |
⚫ |
|
|
|
⚫ |
|
⚫ |
: export SDL_CONFIG=/usr/local/bin/sdl-config |
|
|
|
# speex |
⚫ |
: after you have installed SDL and you're good to go. |
|
|
|
#: working on this one. It requires multiple dependencies first |
⚫ |
|
|
|
|
#: |
⚫ |
: SDL_image on the other hand is a pain in the butt and I am still working on getting that to install. |
|
|
⚫ |
# [http://www.libsdl.org SDL Libraries] |
|
⚫ |
#: to get SDL to work properly with glob2 you must download the source code and install it from there. |
|
⚫ |
#: you must also download and install SDL_net, SDL_ttf, and SDL_image. |
|
|
#: SDL_net and SDL_ttf can be installed by source very easily, no extra dependencies. |
|
⚫ |
|
|
⚫ |
#: export SDL_CONFIG=/usr/local/bin/sdl-config |
|
⚫ |
#: after you have installed SDL and you're good to go. |
|
|
#: |
|
⚫ |
#: SDL_image on the other hand is a pain in the butt and I am still working on getting that to install. |
|
|
|
|
|
|
(still to add) |
|
* Xcode |
|
|
|
* freetype |
|
|
|
|
|
|
=== virtual dependency tree === |
|
|
Glob2 |
|
|
:*libvorbis |
|
|
::*libogg |
|
|
:*SDL |
|
|
:*SDL_ttf |
|
|
:*SDL_net |
|
|
:*speex |
|
|
:*zlib (included in OS X) |
|
|
:*boost |
|
|
|
|
|
== on to glob2 itself and CVS == |
|
To checkout CVS please [[CVS | see this page]] |
|
To checkout CVS please [[CVS | see this page]] |
|
|
|
|
|
|
|
|
|
|
[[Category:Developer Resources]] |
|
[[Category:Developer Resources]] |
This page is under development by AppleBoy
please check the talk page for more information
Required dependencies to be installed
This area is going to get big and complicated as you have to go thorugh and manually download and isntall just about all of the libraries required by glob2. Hopefully a better process will be found throughout this.
Please install these in the following order. It will make your life easier
- libogg and libvorbis
- both can be obtained from here
- libogg must be installed before libvorbis
- standard ./configure && make && sudo make install
- speex
- working on this one. It requires multiple dependencies first
- SDL Libraries
- to get SDL to work properly with glob2 you must download the source code and install it from there.
- you must also download and install SDL_net, SDL_ttf, and SDL_image.
- SDL_net and SDL_ttf can be installed by source very easily, no extra dependencies.
- just run the command:
- export SDL_CONFIG=/usr/local/bin/sdl-config
- after you have installed SDL and you're good to go.
- SDL_image on the other hand is a pain in the butt and I am still working on getting that to install.
(still to add)
virtual dependency tree
Glob2
-
- SDL
- SDL_ttf
- SDL_net
- speex
- zlib (included in OS X)
- boost
on to glob2 itself and CVS
To checkout CVS please see this page