aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: patch to commit to INSTALL  (Read 3037 times)

Rocco83

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
patch to commit to INSTALL
« on: November 28, 2003, 03:49:25 AM »

hi. i like a lot copy and past by linux, but it's actually unusable to compile wxGTK from INSTALL file included in amule.
so i wrote this very little patch.
[code:1]
--- INSTALL     2003-11-28 02:48:04.000000000 +0100
+++ ../INSTALL  2003-11-28 02:48:18.000000000 +0100
@@ -18,9 +18,9 @@
 Only GTK1 is supported. Don't try GTK2 anymore. wxWindows isn't ready for it.

 For GTK1:
-./configure  --prefix=/usr --disable-gtk2 --enable-timedate --enable-gui
---enable-protocol --enable-http --enable-ftp --enable-resources
---enable-prologio --disable-debug --enable-final --enable-timer --with-gtk
+./configure  --prefix=/usr --disable-gtk2 --enable-timedate --enable-gui \
+--enable-protocol --enable-http --enable-ftp --enable-resources \
+--enable-prologio --disable-debug --enable-final --enable-timer --with-gtk \
 --disable-profile

 After wxwindows has compiled and you have installed it, you can compile aMule.
@@ -75,4 +75,4 @@

 With --disable-gtk, well... go figure yourself :P

-With --disable-amulecmd, amulecmd will not be build at all.
\ No newline at end of file
+With --disable-amulecmd, amulecmd will not be build at all.
[/code:1]

typical use: cd amule-cvs (or what you want to) ; patch -p1 < ../patch.name

regards
rocco
Logged
to bodly go where no man has gone before.