1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
openuds/client/thin/thinstation
Adolfo Gómez García 0bd09e70bf fixed README.txt
2018-02-28 19:50:27 +01:00
..
udsclient Fixes for thin thin plugin 2017-11-20 13:56:28 +01:00
README.txt fixed README.txt 2018-02-28 19:50:27 +01:00

Steps:
1.- If building from repository, full copy (recursive) the "src" folder of "client/thin" (from openuds project) inside the "udsclient" folder here (so we will have an client/thin/udsclient/src folder, with the source code of thin client). If building from the .tar.gz, simply ignore this step
2.- Copy the folder "udsclient" to /build/packages inside the thinstation build environment
3.- enter the chroot of thinstation
4.- go to the udsclient folder (/build/packages/udsclient)
5.- Execute "build.sh"
6.- Edit the file /build/build.conf, and add this line:
    package udsclient
7.- Execute the build process

Ready!!!