Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C++ Interface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WZL-IQS-Public
Sensor Interfacing Language (SOIL)
C++ Interface
Commits
dde42d5f
Commit
dde42d5f
authored
7 months ago
by
Matthias Stefan Bodenbenner
Browse files
Options
Downloads
Plain Diff
Merge branch '646-missing-vcpkg-package-mosquitto' into 'main'
add missing mosquitto package to install scripts Closes
#646
See merge request
!2
parents
d6d7729b
b6db287c
No related branches found
No related tags found
1 merge request
!2
add missing mosquitto package to install scripts
Pipeline
#472563
failed
7 months ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install_packages.bat
+1
-1
1 addition, 1 deletion
install_packages.bat
install_packages.sh
+1
-1
1 addition, 1 deletion
install_packages.sh
with
2 additions
and
2 deletions
install_packages.bat
+
1
−
1
View file @
dde42d5f
vcpkg
install
boost
-date-time
boost
-asio
nlohmann
-json
boost
-thread
cpprestsdk
boost
-algorithm
paho
-mqttpp
3
openssl
boost
-date-time
:x
64
-windows
boost
-asio
:x
64
-windows
nlohmann
-json
:x
64
-windows
boost
-thread
:x
64
-windows
cpprestsdk
:x
64
-windows
boost
-algorithm
:x
64
-windows
paho
-mqttpp
3
:x
64
-windows
openssl
:x
64
-windows
\ No newline at end of file
vcpkg
install
boost
-date-time
boost
-asio
nlohmann
-json
boost
-thread
cpprestsdk
boost
-algorithm
paho
-mqttpp
3
openssl
mosquitto
boost
-date-time
:x
64
-windows
boost
-asio
:x
64
-windows
nlohmann
-json
:x
64
-windows
boost
-thread
:x
64
-windows
cpprestsdk
:x
64
-windows
boost
-algorithm
:x
64
-windows
paho
-mqttpp
3
:x
64
-windows
openssl
:x
64
-windows
mosquitto
:x
64
-windows
\ No newline at end of file
This diff is collapsed.
Click to expand it.
install_packages.sh
+
1
−
1
View file @
dde42d5f
#!/usr/bin/bash
vcpkg
install
boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl
\ No newline at end of file
vcpkg
install
boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl mosquitto
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment