ericmckean / google-url

Automatically exported from code.google.com/p/google-url
Other
0 stars 0 forks source link

README com compile in Linux Ubuntu #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any instructions to build the project in Linux Ubuntu?

Original issue reported on code.google.com by kar...@gmail.com on 23 Sep 2009 at 1:21

GoogleCodeExporter commented 9 years ago
I found this:

http://code.google.com/p/python-google-url/wiki/HowToBuildGoogleUrlWithLinux

Original comment by Victor.A...@gmail.com on 14 Mar 2010 at 11:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here 
http://code.google.com/p/whalebot/source/browse/#svn/trunk/whalebot/3dparty/goog
le-url actual revision of google-url for linux
to build our own version do next

svn co svn checkout 
http://whalebot.googlecode.com/svn/trunk/whalebot/3dparty/google-url gurl
cd gurl
cmake ./
make

Original comment by whalebot.helmsman on 28 Aug 2010 at 12:49

GoogleCodeExporter commented 9 years ago
In the issue 22, I provide a patch you can apply on current svn trunk
http://code.google.com/p/google-url/issues/detail?id=22

Original comment by sebastie...@gmail.com on 16 Feb 2011 at 6:10

GoogleCodeExporter commented 9 years ago
Complete instructions for intallation on Ubuntu (that worked for me)
> svn checkout 
http://whalebot.googlecode.com/svn/trunk/whalebot/3dparty/google-url gurl
> cd gurl
> bash ./gurl.sh

#Install "Development files for International Components for Unicode" on your 
machine, using your package manager.

> cmake ./
> make

Original comment by dilbagh....@gmail.com on 24 Mar 2011 at 6:39

GoogleCodeExporter commented 9 years ago
I also spent some time to make it build.

Operating System: Debian GNU/Linux
Build tool: autotools

It's working, but the unittest need more love.
If anyone request, I can provide a patch.

Really hope linux build will be commited !

Original comment by andrieug...@gmail.com on 2 Dec 2011 at 5:50