Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,20 @@
#You should have received a copy of the GNU General Public License
#along with this program; if not, write to the Free Software
#Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Setup requirements
------------------

To be able to run joliebulle you will need to install python3, python3-qt bindings and qt development tools.
On Debian this can be done by running:

sudo apt install pyqt5-dev-tools python3-qt-dev

Then you will need to generate python modules interfaces from qtWebDesigner files. This can be done thanks to a script in `bin` which call `pyuic5` on the correct files.

./bin/gen-ui

You should be now able to run the development version of joliebulle:

cd joliebulle
python3 main.py