Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuhoang0701 authored Mar 16, 2021
1 parent 878e282 commit aa0b7a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Scientific calculator using [reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation) with complementary feature to write and execute user-written program easily.

# Prerequisites (Linux)
## Prerequisites (Linux)
* C++ compiler (gcc, g++, ...)
* Qt5
* Cmake
Expand All @@ -13,18 +13,18 @@ To install qt5, go [here](https://www.qt.io/offline-installers) to download zip
sudo apt-get install cmake g++
```

# Build the application (Linux)
## Build the application (Linux)
```
mkdir build && cd build && cmake .. && cd ..
cmake -S . -B build
cmake --build build
```

# How to run (Linux)
## How to run (Linux)
The executable file will be in the build directory:
```
build/RPN_Calculator
```

# Application Interface
## Application Interface
![image](https://user-images.githubusercontent.com/40765474/111141668-18039f80-8584-11eb-84d6-31bc3c3a496c.png)

0 comments on commit aa0b7a7

Please sign in to comment.