Launch Plus Server on Ubuntu #910
-
Hi, I’m trying to launch Plus Toolkit in Ubuntu 20.04.3 LTS and I have succeded to build PLUS without errors. However, I don't see how to get an executable file to launch the Plus Server. I have built PLUS using the following instructions https://github.com/PlusToolkit/PlusBuild/blob/master/Docs/BuildInstructionsLinux.md What exacly do I need to build in the PlusBuild to be able to lauch the server? Or, could you tell me the steps to follow to launch the server on Ubuntu? Thank you, Karl-Philippe Beaudet |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
After building, you'll find the PlusServer binary in the bin directory. You can launch it with many command line options, but the easiest is Alternatively, if you've built with Qt, you can use |
Beta Was this translation helpful? Give feedback.
-
hi, |
Beta Was this translation helpful? Give feedback.
After building, you'll find the PlusServer binary in the bin directory.
You can launch it with many command line options, but the easiest is
./PlusServer --config-file=XYZ.xml
Alternatively, if you've built with Qt, you can use
./PlusServerLauncher
in the same folder for a GUI