aMule Forum

English => Compilation problems => Topic started by: Schuttwegraeumer on January 03, 2008, 01:03:19 AM

Title: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Schuttwegraeumer on January 03, 2008, 01:03:19 AM
There are tons of pagages from wxwidgets 2.8.x
All together 250 Mb.
Which of them do i need to compile aMule?
No, i dont want a source und i dont want to install all of the packages.
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: skolnick on January 03, 2008, 04:32:41 AM
We are no mentalists, and we don't know which are the packages you see as available. List them here and maybe someone can help you.

Regards.
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Festor on January 03, 2008, 08:40:23 AM
See this:

http://forum.amule.org/index.php?topic=13700.0
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Schuttwegraeumer on January 03, 2008, 06:15:39 PM
See this:

http://forum.amule.org/index.php?topic=13700.0

Ah, thank you.
A very good thread.
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Schuttwegraeumer on January 04, 2008, 05:42:49 PM
We are no mentalists, and we don't know which are the packages you see as available. List them here and maybe someone can help you.

Regards.

Ok, i installed

libwxbase2.8-0
libwxbase2.8-dev
libwxgtk2.8-0
libwxgtk2.8-dev
wx2.8-headers

and the build procedure runs very well.
which of them are really nessesary?

There are much mor packages with the string wx and 2.8 inside like

libwxgtk2.8-dbg
python-wxgtk2.8
python-wxgtk2.8-dbg
wx2.8-doc
wx2.8-examples
wx2.8-i18n
wx-common
wxmaxima
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Festor on January 05, 2008, 01:21:28 AM
Packages needed for building aMule 2.20 CVS, Ubuntu 7.10

Quote
libglib2.0-dev libgtk2.0-dev zlib1g-dev libwxgtk2.8-dev libgd2-xpm-dev bison flex libcrypto++-dev libreadline5-dev libgeoip-dev libupnp-dev

One question: How can you care that if you can download the deb package link that I put up?
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: hopelessone on January 06, 2008, 07:17:27 AM
Hi,

I used http://wiki.wxpython.org/InstallingOnUbuntuOrDebian to get the latest wxWidgets for Ubuntu 7.10 very easy instructions..

HTH..
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Schuttwegraeumer on January 08, 2008, 09:39:56 PM
Ok, i used this packages ti make a build:

libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev gettext libfreetype6-dev automake1.9
and now the cryptro++dev package.

How can a clean up no needet packages from earlier trys?
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Festor on January 10, 2008, 07:42:16 PM
Read this:

http://www.debian-administration.org/articles/134
Title: Re: Ubuntu 7.10 - Which packages for wxwidgets?
Post by: Schuttwegraeumer on January 11, 2008, 02:20:06 AM
Ah, very interesting.