mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-21 20:39:00 +00:00
Small change on README
Made sure to separate the different phases of the building process. Also, added bash syntax highlighting to the build block.
This commit is contained in:
parent
fbd8ddf2d3
commit
807e63c5be
19
README.md
19
README.md
@ -51,9 +51,16 @@ Install Qt directly from here http://qt-project.org/downloads . Once done export
|
|||||||
###Compile
|
###Compile
|
||||||
Once you installed all dependencies (Qt is installed and in your path) you need to compile and run the application:
|
Once you installed all dependencies (Qt is installed and in your path) you need to compile and run the application:
|
||||||
|
|
||||||
git clone https://github.com/Swordifish90/cool-old-term.git
|
```bash
|
||||||
cd cool-old-term
|
# Get it from GitHub
|
||||||
cd konsole-qml-plugin
|
git clone https://github.com/Swordifish90/cool-old-term.git
|
||||||
qmake && make && make install
|
|
||||||
cd ..
|
# Build it
|
||||||
./cool-old-term
|
cd cool-old-term
|
||||||
|
cd konsole-qml-plugin
|
||||||
|
qmake && make && make install
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
# Have fun!
|
||||||
|
./cool-old-term
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user