File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Calculator
2
2
Advanced configurable calculator, plugin for Far Manager 3.
3
3
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
+
4
23
# Common info
5
24
* Extracted from: https://github.com/FarPlugins/farplug-alvls
6
25
* PlugRing page: https://plugring.farmanager.com/plugin.php?pid=15
File renamed without changes.
You can’t perform that action at this time.
0 commit comments