Skip to content

Commit dd41ff5

Browse files
committed
Small cleanups of Electron build README.
1 parent d053fbb commit dd41ff5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

target/electron/README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ npm install --save-dev node-addon-api --arch=x64
2323
cmake-js
2424

2525
# Or to have a little more control over things
26-
cmake-js --generator "Visual Studio 16 2019" \
26+
cmake-js --generator "Visual Studio 17 2022" \
2727
--architecture x64 --arch=x64 \
28-
--CDCMAKE_PREFIX_PATH=/path/to/boost/and/wt/and/zlib \
28+
--CDCMAKE_PREFIX_PATH=C://Path/To/Wt_3.7.1_prefix \
2929
--CDBoost_USE_STATIC_RUNTIME=ON \
3030
--CDCMAKE_BUILD_TYPE="Release" \
31-
--CDGOOGLE_MAPS_KEY="..." \
32-
--out="build_dir" \
31+
--CDLEAFLET_MAPS_KEY="..." \
32+
--out="build_win" \
3333
--target install
3434

3535
# If you make changes and want to recompile
@@ -75,7 +75,7 @@ npm run package-linux
7575
cp ../../NOTICE.html ./release-builds/InterSpec-PLATFORM-x64/
7676
```
7777

78-
The resulting Electron package seems to run fine on a number of Linux distributions, but to run on the (now out of date) Ubuntu 12.04, you may need to install a couple packages from the package manager on the end-user system:
78+
The resulting Electron package seems to run fine on a number of Linux distributions, but to run on some systems you may need to install a couple packages from the package manager on the end-user system:
7979

8080
```bash
8181
apt-get install libnss3
@@ -200,5 +200,4 @@ The `InterSpec` module is really a shared library that node.js loads, therefore
200200

201201

202202
## Future Work
203-
- In the future the build process may be improved to do the final packaging through CMake.
204-
- launch_options.json is intended to allow users to customize behaviors (like allow multiple windows, or not), but is not actually implemented.
203+
- In the future the build process may be improved to do the final packaging through CMake.

0 commit comments

Comments
 (0)