|
Revision 234, 0.7 kB
(checked in by Alan Knowles, 2 years ago)
|
add install instructions
|
| Line | |
|---|
| 1 |
Building leds: |
|---|
| 2 |
|
|---|
| 3 |
a) Pre-requisites. |
|---|
| 4 |
*build dool |
|---|
| 5 |
svn co http://svn.dsource.org/projects/dool/trunk/ dool |
|---|
| 6 |
(READ INSTALL) - build |
|---|
| 7 |
|
|---|
| 8 |
*build dantfw |
|---|
| 9 |
svn co http://svn.dsource.org/projects/dantfw/trunk/ dantfw |
|---|
| 10 |
(READ INSTALL) - build |
|---|
| 11 |
*build GtkD (gtk bindings) |
|---|
| 12 |
svn co http://svn.dsource.org/projects/dui/trunk/gtkD |
|---|
| 13 |
(READ INSTALL) - build |
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
b) Build Scintilla as a shared lib. |
|---|
| 17 |
|
|---|
| 18 |
** You need The gtk development packages (which includes gtk-config) |
|---|
| 19 |
** on debian this is the libgtk2.0-dev package. |
|---|
| 20 |
|
|---|
| 21 |
#cd src/resources |
|---|
| 22 |
#wget http://prdownloads.sourceforge.net/scintilla/scintilla172.tgz |
|---|
| 23 |
#tar xvfz scintilla172.tgz |
|---|
| 24 |
#cp scintilla.mak.1.72 scintilla/gtk/makefile |
|---|
| 25 |
#cd scintilla/gtk |
|---|
| 26 |
#make |
|---|
| 27 |
#make install |
|---|
| 28 |
|
|---|
| 29 |
c) build Leds |
|---|
| 30 |
#cd ../../ |
|---|
| 31 |
#compd leds.compd |
|---|
| 32 |
#./leds |
|---|