CGUIExtendedText + New GUI skin = irrExt for linux :)

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
tuxcon
Posts: 1
Joined: Tue Jul 03, 2007 11:53 am
Location: Germany

CGUIExtendedText + New GUI skin = irrExt for linux :)

Post by tuxcon »

Hallo

I have write a little make script, that build a library for Linux system, it contains CGUIExtendedText
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=18570
and New Gui Skin
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=22449

I Hope it worlks ;)

Installation:

copy the .tar.gz to your root Irrlicht dictionary than cd irrExt and type Make.

Download:
http://dev.mad-cad.de/files/irrlicht/irrext.tar.gz

Sry for my bad english....
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The official Makefile also has a variable for this purpose. You can easily add new source files there, which are automatically compiled into the library. Just add the source files in the same line after 'EXTRAOBJ = ' and replace the .cpp suffix by .o
Post Reply