Skip to content

KINFOO/subtle_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subtle GUI

A graphical interface for subtle.

Requirements

  • Python 3
  • PyQt 5
    • Which means: libQt5Gui, libQt5DBus-devel, libQt5Gui-devel, libQt5OpenGL-devel, libQt5PlatformHeaders-devel, libQt5Test-devel, libQt5Xml-devel, libqt5-qtbase-devel, libqt5-qtdeclarative-devel, libqt5-qtmultimedia-devel, libqt5-qtsvg-devel, libqt5-qttools-devel, libqt5-qtx11extras-devel

Hacking

(This more a reminder than anything)

With virtualenvwrapper

$ mkvirtualenv -p $( which python3 ) -r /w/subtlegui/requirements \
    -a /w/subtlegui subtlegui

Install sip

Download and extract it in your freshly created virtualenv.

Now compile and install it IN your virtualenv:

(subtlegui) $ python configure.py -e $HOME/.virtualenvs/subtlegui/include/python3.4m
(subtlegui) $ make
(subtlegui) $ make install

Install PyQt5

Download and extract it in your freshly created virtualenv.

Now compile and install it IN your virtualenv:

(subtlegui) $ python configure.py -q /usr/bin/qmake-qt5 \
    --sip-incdir=$HOME/.virtualenvs/subtlegui/include/python3.4m/
(subtlegui) $ make
(subtlegui) $ make install

About

An interface for subtle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages