Skip to content

Commit

Permalink
Merge pull request #65 from e1senh0rn/osx
Browse files Browse the repository at this point in the history
Various OSX fixes.
  • Loading branch information
Swordfish90 committed Aug 4, 2014
2 parents e9e3732 + 84e0feb commit 4a7e23f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5,525 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -34,3 +34,5 @@ Makefile*
# Others

*.xcf

/imports/
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -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):
Expand Down
3 changes: 1 addition & 2 deletions cool-old-term.pro
@@ -1,4 +1,3 @@
TEMPLATE =subdirs
CONFIG += ordered
SUBDIRS= konsole-qml-plugin\
app
SUBDIRS= konsole-qml-plugin

0 comments on commit 4a7e23f

Please sign in to comment.