GitXplorerGitXplorer
i

lugdulov

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ea59378e87f8d6467b32d5b60f7b59c5ff66f886

README -> README.md

iiksaif committed 9 years ago
Unverified
0d3a63ce3a2b5e449145c29de1353aae807ac5d3

lugdulov: fix broken plugins

iiksaif committed 12 years ago
Unverified
66137ecb722e769069fc3a87f193cde30541342f

qmake: remove debug

iiksaif committed 13 years ago
Unverified
75725572eace665695aca870bd08bbe99891aa4c

lugdulov: add missing static plugins

iiksaif committed 13 years ago
Unverified
08f94cac44b94c4430437472fee139584db07b08

kineticscroller: fix 4.8 build

iiksaif committed 13 years ago
Unverified
e18bca2e5c955e8e9df2130e732aeda2ee2ad4ad

lugdulov: 0.6.2 version bump

iiksaif committed 13 years ago

README

The README file for this repository.

Lugdulo'V

Find stations and bikes in various bike sharing networks accross the world. Most plugins are now broken but could easilly be fixed by anybody with some time.

Build

Qt Creator

Just open the project (with Lugdulov.pro or CMakeLists.txt) and it should works.

qmake

At the moment, qmake does not handle Qt Mobility dependencies, you should really use cmake instead.

$ lrelease $ qmake $ make

cmake

$ mkdir build $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=../ $ make $ make install

Maemo package

$ ln -s pkg/maemo5/debian $ fakeroot dpkg-buildpackage