mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 20:20:45 +00:00
commit
4a7e23f024
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,3 +34,5 @@ Makefile*
|
||||
# Others
|
||||
|
||||
*.xcf
|
||||
|
||||
/imports/
|
||||
|
10
README.md
10
README.md
@ -63,6 +63,16 @@ You can also install this [package](https://aur.archlinux.org/packages/cool-old-
|
||||
|
||||
---
|
||||
|
||||
**OS X**
|
||||
|
||||
brew install qt5
|
||||
export CPPFLAGS="-I/usr/local/opt/qt5/include"
|
||||
export LDFLAGS="-L/usr/local/opt/qt5/lib"
|
||||
export PATH=/usr/local/opt/qt5/bin:$PATH
|
||||
qmake && make && make install
|
||||
|
||||
---
|
||||
|
||||
**Anyone else**
|
||||
|
||||
Install Qt directly from here http://qt-project.org/downloads . Once done export them in you path (replace "_/opt/Qt5.3.1/5.3/gcc_64/bin_" with your correct folder):
|
||||
|
@ -1,4 +1,3 @@
|
||||
TEMPLATE =subdirs
|
||||
CONFIG += ordered
|
||||
SUBDIRS= konsole-qml-plugin\
|
||||
app
|
||||
SUBDIRS= konsole-qml-plugin
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user