Lugdulo'V
Find a bike quickly in your city, with map and geolocalisation support ! Currently available for Lyon and Paris, but feel free yo write your own plugin.
Downloads
You can also fetch the source code on the git repository and build it yourself !
- Source
-
lugdulov-0.2.1.tar.gz
lugdulov-0.2.1.tar.bz2 - Gentoo
- lugdulov-0.2.1.ebuild (app-misc/lugdulov)
- Maemo
- lugdulov_0.2.1-1_armel.deb
- Debian, Ubuntu
-
lugdulov-0.2.1-amd64.deb
- Windows
- lugdulov-0.2.1-win32.exe
Contribute: Bugs, Features, Patchs
Go to: http://dev.iksaif.net/projects/lugdulov
Plugins
Lugdulo'V support plugins, and you can easily write your own plugin if you have some Qt knowledge ! Fetch the source code and take a look to the skeleton plugin and API documentation. If you need help to write your own plugin, just create a new support request on the dev website.
Compilation
To build Lugdulo'V, simply use Qt Creator. You can also build it directly from your shell, for that you'll need Qt and CMake:
mkdir build
cd build
cmake ..
make