Changes between Version 22 and Version 23 of WikiStart

Show
Ignore:
Timestamp:
01/22/10 16:27:32 (8 months ago)
Author:
kukkerman (IP: 82.131.191.185)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v22 v23  
    1212 Basically Sam !HaXe is a flash resource assembly tool similar to 
    1313 [http://swfmill.org/ swfmill]. Currently you can import the following 
    14  types of assets with it: 
     14 types of assets: 
    1515 * '''Image files''' 
    1616   * Every type supported by !ImageMagick [[BR]] 
     
    2323   * WAVs 
    2424 * '''!TrueType fonts''' 
     25   * TTFs 
    2526 * '''SWF files''' 
    2627   * As an animation 
     
    5455 
    5556== Windows binaries == 
    56    If you need a precompiled win32 binary you can download from here: 
    57    http://mindless-labs.com/samhaxe/downloads/ [[BR]] 
    58    These binaries are compiled with MinGW. 
    59     
     57   You can download the precompiled win32 binaries from the following link: http://mindless-labs.com/samhaxe/downloads/ [[BR]] 
     58   All windows binaries are compiled with [http://www.mingw.org/ MinGW]. 
     59 
     60   You have two options here: 
     61   * '''Use the installer executable''' created with [http://nsis.sourceforge.net NSIS]. [[BR]] 
     62   This is the preferred solution because no additional configuration is necessary however these versions support only [http://openil.sourceforge.net/download.php DevIL] based image import. 
     63 
     64   * '''Use the ZIP compressed archive'''. [[BR]] 
    6065   You have to alter __samhaxe.conf.xml__ according to documentation. You might also take 
    6166   a look at the [http://mindless-labs.com/samhaxe/doc/1.0/files/INSTALL-txt.html Installation / Compilation]