Menu

Tree [r8] /
 History

HTTPS access


File Date Author Commit
 bin 2012-08-22 v-tas [r2] Initial commit
 branches 2012-03-06 allura [r1] Initial commit
 dev 2012-08-22 v-tas [r2] Initial commit
 etc 2012-08-22 v-tas [r2] Initial commit
 imp 2012-08-22 v-tas [r2] Initial commit
 include 2012-08-22 v-tas [r2] Initial commit
 lib 2012-08-22 v-tas [r2] Initial commit
 share 2012-08-22 v-tas [r2] Initial commit
 stlport 2012-08-22 v-tas [r2] Initial commit
 tags 2012-03-06 allura [r1] Initial commit
 trunk 2015-12-26 v-tas [r8]
 dmlogo.gif 2012-08-22 v-tas [r2] Initial commit
 readme.txt 2012-08-22 v-tas [r2] Initial commit
 v852 2012-08-22 v-tas [r2] Initial commit

Read Me

Required that your OS is Win32...

This must be in the same folder where your dmd compiler installed. For me, it is in d://dm directory.
There we'll find the next subfolders -
/bin
/dev
/lib
/imp
/etc
/include
and so on. The DMC compiler is required also. You can download it on http://dsource.org
or http://dprogramming.com

How to compile RULADA:

Open /dev directory and find mk.bat file. Edit it so as it suits your path.
Then start it. The products of compilation will be in /lib/rulada folder.
gtkDlib.bat will compile your GTKD ensemble (only after Rulada).
Now you can use it for coding.
Rulada consists of:

amigos.lib
arc.lib
auxc.lib
auxd.lib
derelict.lib
kong.lib
mango.lib
rulada.lib
tango.lib
gtkd.lib

P.S Nota bete! You must change sc.ini file in the /bin folder twice:

usual sc.ini 
.............................................
[Version]
version=7.51 Build 020

#Rulada

[Environment]
PATH=%PATH%;"%@P%\..\bin"
BIN="%@P%\..\bin"
INCLUDE="%@P%\..\include";%INCLUDE%
LIB="%@P%\..\lib\rulada";"%@P%\..\lib";"%@P%\..\lib\c";"%@P%\..\lib\sysimport";%LIB%
DFLAGS="-I%@P%\..\imp\rulada" -O -version=Rulada -defaultlib=rulada.lib -debuglib=rulada.lib -L+derelict.lib+tango.lib+auxc.lib+auxd.lib+amigos.lib+arc.lib+gtkD.lib+dinrus.lib
LINKCMD=%@P%\dmlink.exe
....................................
and  sc.ini while compiling dlls:
..........................................
[Version]
version=7.51 Build 020

#Rulada

[Environment]
PATH=%PATH%;"%@P%\..\bin"
BIN="%@P%\..\bin"
INCLUDE="%@P%\..\include";%INCLUDE%
LIB="%@P%\..\lib\rulada";"%@P%\..\lib";"%@P%\..\lib\c";"%@P%\..\lib\sysimport";%LIB%
DFLAGS="-I%@P%\..\imp\rulada" -O -version=Rulada -defaultlib=rulada.lib -debuglib=rulada.lib 
LINKCMD=%@P%\dmlink.exe
...........................................

Note: make.exe and link.exe files better to rename dmmake.exe& dmlink.exe

That's almost all.

Enjoy it!