Skip to content

Commit fb80893

Browse files
committed
change build info
1 parent 7d7e841 commit fb80893

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Diff for: README.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Calculator
22
Advanced configurable calculator, plugin for Far Manager 3.
33

4+
## How to build from source
5+
To build plugin from source, you will need:
6+
7+
* Visual Studio 2019
8+
* cmake 3.15 (included in Visual Studio 2019)
9+
10+
#### Release
11+
From root of source call `vc.build.release.cmd`. The build result will be in ./bin folder.
12+
13+
#### Debug or develop
14+
For example:
15+
```
16+
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
17+
mkdir cmake-build-debug
18+
cd cmake-build-debug
19+
cmake .. -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 16 2019"
20+
Calculator.sln
21+
```
22+
423
# Common info
524
* Extracted from: https://github.com/FarPlugins/farplug-alvls
625
* PlugRing page: https://plugring.farmanager.com/plugin.php?pid=15
File renamed without changes.

0 commit comments

Comments
 (0)