Open GoogleCodeExporter opened 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
[deleted comment]
[deleted comment]
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
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
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
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
Original issue reported on code.google.com by
kar...@gmail.com
on 23 Sep 2009 at 1:21