Skip to content

Commit

Permalink
more instrructions
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Aug 13, 2022
1 parent 62a2d24 commit c2382f8
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 157 deletions.
19 changes: 18 additions & 1 deletion COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ cmake -G "Visual Studio 16" ^
-DCMAKE_TOOLCHAIN_FILE=%CMAKE_TOOLCHAIN% ^
-DCMAKE_INSTALL_PREFIX=%cd%/install ^
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW
-D
cmake --build build/PlotJuggler --config Release --parallel --target install
```
Expand All @@ -127,3 +127,20 @@ cmake -G "Visual Studio 16" ^
cmake --build build/PlotJuggler --config Release --parallel --target install
```

## Create a Windows installer

Change the **Qt** and **QtInstallerFramework** version as needed.

```
xcopy src\PlotJuggler\installer installer\ /Y /S /f /z
xcopy install\bin\*.* installer\io.plotjuggler.application\data /Y /S /f /z
C:\Qt\5.15.2\msvc2019_64\bin\windeployqt.exe --release ^
installer\io.plotjuggler.application\data\plotjuggler.exe
C:\Qt\Tools\QtInstallerFramework\4.1\bin\binarycreator.exe ^
--offline-only -c installer\config.xml -p installer ^
PlotJuggler-Windows-installer.exe
```
3 changes: 2 additions & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
protobuf/3.21.1
mosquitto/2.0.14
zeromq/4.3.4
zstd/1.5.2

[generators]
CMakeDeps
CMakeToolchain
CMakeToolchain
26 changes: 0 additions & 26 deletions docs/appimage.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/compile_with_vcpkg.md

This file was deleted.

2 changes: 1 addition & 1 deletion installer/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>PlotJuggler</Name>
<Version>3.5.0</Version>
<Version>3.6.0</Version>
<Title>PlotJuggler installer</Title>
<Publisher>Davide Faconti</Publisher>
<StartMenuDir>PlotJuggler</StartMenuDir>
Expand Down
4 changes: 2 additions & 2 deletions installer/io.plotjuggler.application/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>PlotJuggler Main App</DisplayName>
<Description>Install PlotJuggler with basic plugins.</Description>
<Version>3.5.0</Version>
<ReleaseDate>2022-07-12</ReleaseDate>
<Version>3.6.0</Version>
<ReleaseDate>2022-08-13</ReleaseDate>
<Licenses>
<License name="MPL-2.0" file="license_mpl.txt" />
<License name="LGPL" file="license_lgpl.txt" />
Expand Down
63 changes: 0 additions & 63 deletions win32build.bat

This file was deleted.

0 comments on commit c2382f8

Please sign in to comment.