Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuwa authored Mar 14, 2020
1 parent a7c2aa3 commit eb15299
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,25 @@ Since Feb 20, 2019, TeXpen is developed as a response to Alibaba's ***Three Hour
***TeXpen*** will try to help scientific writers publish their breakthroughs, hence to advance science and technology of mankind.


# Compile

***TeXpen*** is built on the Qt framework ( https://www.qt.io/ ) and can be compiled with Qt Creator:
1. Install Qt
2. Open `texpen.pro` with Qt Creator
3. Click `build`

Alternatively, you can also compile ***TeXpen*** via command line.
1. Install Qt
2. Compile with `qmake` and `make`:
```
mkdir build
cd build
qmake path/to/texpen.pro
make
```






0 comments on commit eb15299

Please sign in to comment.