In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
461 bytes added ,  00:47, 25 December 2009
updated install notes for the last release (1.2)
Line 29: Line 29:  
==How to install ?==
 
==How to install ?==
 
===On Windows===
 
===On Windows===
First you need to have the lastest '''devKitPro''' installed. Go [[Devkitppc setup (Windows)|install]] it ! ;)
+
First you need to have the lastest '''devkitPro''' installed. Go [[Devkitppc setup (Windows)|install]] it ! ;)
    
[OPTIONAL] Then, '''libpng''' for Wii must be installed. ('''if you want to re-code the library only''' !)
 
[OPTIONAL] Then, '''libpng''' for Wii must be installed. ('''if you want to re-code the library only''' !)
Line 36: Line 36:  
# It's done !
 
# It's done !
   −
[OPTIONAL] You'll need to set the environment variable if you want to compile the library.
+
You will need FreeType-PPC to compile your code.
# Right-Click on My Computer -> Properties.
+
# Download it [http://wiibrew.org/w/images/3/3d/FreeType-PPC.rar here].
# Go to advanced et click Environment Variables on the bottom.
+
# Extract it and place the .a in "devkitproc\libogc\lib\wii" and the folder "freetype" and the file "ft2build.h" in "devkitpro\libogc\include".
 +
# It's done !
 +
 
 +
You'll also need to set the environment variable of the library.
 +
# Right-Click on My Computer and select Properties.
 +
# Go to advanced settings and click Environment Variables at the bottom.
 
# Verify that the DEVKITPRO and DEVKITPPC are already in there.
 
# Verify that the DEVKITPRO and DEVKITPPC are already in there.
# Add that variable : "MLPATH" and its value "/path/to/MLlib" (It should be "c:/devkitpro/MLlib")
+
# Add that variable : "MLPATH" and its value "/path/to/MLlib" (It should be "/c/devkitpro/MLlib")
   −
Now the '''MLlib'''.  
+
Now the '''MLlib''' it self.  
 
# Download the MLlib on the [http://code.google.com/p/mllib/downloads/list Google Code MLlib page]
 
# Download the MLlib on the [http://code.google.com/p/mllib/downloads/list Google Code MLlib page]
 
# Extract the archive and place the folder (recommended in C:\devkitPro)
 
# Extract the archive and place the folder (recommended in C:\devkitPro)
 
# Examples, documentation and more are in the "MLlib_Others_XXXXXX.zip" package.
 
# Examples, documentation and more are in the "MLlib_Others_XXXXXX.zip" package.
# Set the environment variable "MLPATH" to your path to the MLlib. (eg. "/c/devkitPro/MLlib" because it must be linux-style) To do that, open the Start menu, right-click on Computer -> Properties, then go to the advanced settings -> environments variables. Set it there. It's recommended to restart the computer.
+
# Verify that you've set the environment variable. If compiling an example doesn't work, restart the computer and try again to compile. If you still can't, go to the forums or contact me ! ;) (Twitter or email)
 
# It should be done ! Go explore examples ! :D (test if it works via an example)
 
# It should be done ! Go explore examples ! :D (test if it works via an example)
    
===On Linux===
 
===On Linux===
   −
First you need to have '''devKitPro''' installed. Go [[Devkitppc setup (Linux)|install]] it ! ;)
+
First you need to have '''devkitPro''' installed. Go [[Devkitppc setup (Linux)|install]] it ! ;)
    
[OPTIONAL] Then, '''libpng''' for Wii must be installed. ('''if you want to re-code the library only''' !)
 
[OPTIONAL] Then, '''libpng''' for Wii must be installed. ('''if you want to re-code the library only''' !)
Line 58: Line 63:  
# It's done !
 
# It's done !
   −
[OPTIONAL] You'll need to set the environment variable if you want to compile the library.
+
You will need FreeType-PPC to compile your code.
 +
# Download it [http://wiibrew.org/w/images/3/3d/FreeType-PPC.rar here].
 +
# Extract it and place the .a in "devkitproc/libogc/lib/wii" and the folder "freetype" and the file "ft2build.h" in "devkitpro/libogc/include".
 +
# It's done !
 +
 
 +
You'll also need to set the environment variable of the MLlib.
 
# Edit the file "/etc/environment" in root mode (sudo gedit /etc/environment)
 
# Edit the file "/etc/environment" in root mode (sudo gedit /etc/environment)
 
# Add these lines if they're not already in the file : DEVKITPRO="/path/to/devkitpro" DEVKITPPC="/path/to/devkitpro/devkitPPC"  
 
# Add these lines if they're not already in the file : DEVKITPRO="/path/to/devkitpro" DEVKITPPC="/path/to/devkitpro/devkitPPC"  
Line 69: Line 79:  
# Extract the archive and place the folder where you want (recommended in /home/user/devkitpro)
 
# Extract the archive and place the folder where you want (recommended in /home/user/devkitpro)
 
# Examples, documentation and more are in the "MLlib_Others_XXXXXX.zip" package.
 
# Examples, documentation and more are in the "MLlib_Others_XXXXXX.zip" package.
# Set the environment variable "MLPATH" to your path to the MLlib. (eg. "/home/username/devkitpro/MLlib") To do that, open and type in a new console:
+
# Verify that you've set the environment variable. If compiling an example doesn't work, restart the computer and try again to compile. If you still can't, go to the forums or contact me ! ;) (Twitter or email)
export MLPATH=/path/to/MLlib
+
# It should be done ! Go explore examples ! :D (test if it works via an example)
 
  −
 
  −
It should be done ! Go explore examples ! :D
  −
(test if it works via an example)
      
===On Mac OS X===
 
===On Mac OS X===
172

edits

Navigation menu