No description
Find a file
2013-02-15 21:22:38 +01:00
housingbbx add bb10 gui implementation.. 2013-02-15 21:20:13 +01:00
packaging Small typo fix and add support for make install on unix. 2012-12-19 19:32:04 +01:00
resources Add default image for unavailable thumbnail 2012-12-08 17:01:56 +01:00
src Add blackberry / qml port 2013-01-15 20:16:52 +01:00
translations Update translations files. 2012-12-16 18:01:34 +01:00
.directory Integrate fresh lib. 2012-11-26 21:09:41 +01:00
.gitignore Add blackberry / qml port 2013-01-15 20:16:52 +01:00
.gitmodules Add again fresh git submodule, looks like i'm not a git expert. 2012-12-15 16:19:57 +01:00
fresh-bundle-check.pri Small typo fix and add support for make install on unix. 2012-12-19 19:32:04 +01:00
fresh-bundle.pri Small typo fix and add support for make install on unix. 2012-12-19 19:32:04 +01:00
housing.pro Small typo fix and add support for make install on unix. 2012-12-19 19:32:04 +01:00
init-repositories.bat Add echo off / on. 2012-12-18 22:56:50 +01:00
init-repositories.sh Finally fix theme for windows / mac os x 2012-12-18 20:49:01 +01:00
LICENSE Small typo fix and add support for make install on unix. 2012-12-19 19:32:04 +01:00
README Workaround bug which does not build using standard qmake && make 2013-02-06 21:49:47 +01:00
SeLoger.com.api.txt Update SeLoger.com api documentation. 2012-12-02 15:24:39 +01:00

Housing
=======

An application to search for rent / purchase of appartment / house.
It's based on abstract interface which make it possible to extends using static / shared plugins.
Currently only French SeLoger.com api driver is implemented.
Others welcomed, make Housing the best housing tool on the world!

I'm currently looking for Mac OS X / Unix / Linux / Windows packagers and translators.
Feel free to contact me.

Homepage
========

https://github.com/pasnox/housing

License
=======

GPL3, see http://www.gnu.org/licenses/gpl.html

Dependencies
============

- GNU gcc/g++ / MinGW / MSVC / XCode
- Qt 4.8.x framework with its developement tools (qmake etc)

Get the sources from Git
========================

git clone https://github.com/pasnox/housing.git

Update your git working copy (after having clone the repository)
================================================================

git pull

Building from sources in a terminal
===================================

Unix / Linux / Mac OS X
=======================

./init-repositories.sh
mkdir build && cd build
qmake -r housing.pro
make -j 4

Windows
=======

init-repositories.bat
mkdir build && cd build
qmake -r housing.pro
make -j 4

NOTE
====

- You have to be sure Qt development tools are in your PATH
- On some platforms replace qmake by qmake-qt4
- On some platforms replace make by nmake or whatever is your make tool