forked from amazingfate/loongoffice
Change-Id: I94019a8e77749f7e719eee8a1b872df6589283df Reviewed-on: https://gerrit.libreoffice.org/72258 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
When the executable is installed try to execute the executable "hello". The executable
|
|
file attribute (not on Windows) should be set.
|
|
|
|
CD into the extension directory in /user|share)/uno_packages/cache/uno_packages/xyz_
|
|
Then there are the directories for different platforms:
|
|
|
|
windows,
|
|
solaris,
|
|
linux
|
|
|
|
Each directory contains a hello executable. On linux one should execute it in a
|
|
shell with a build environment, so that the C++ runtime is found.
|