1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 20:20:45 +00:00

Merge pull request #65 from e1senh0rn/osx

Various OSX fixes.
This commit is contained in:
Filippo Scognamiglio 2014-08-04 18:00:08 +02:00
commit 4a7e23f024
4 changed files with 13 additions and 5525 deletions

2
.gitignore vendored
View File

@ -34,3 +34,5 @@ Makefile*
# Others # Others
*.xcf *.xcf
/imports/

View File

@ -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** **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): 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):

View File

@ -1,4 +1,3 @@
TEMPLATE =subdirs TEMPLATE =subdirs
CONFIG += ordered CONFIG += ordered
SUBDIRS= konsole-qml-plugin\ SUBDIRS= konsole-qml-plugin
app

File diff suppressed because it is too large Load Diff