Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wcomp-linux [2015/03/25 12:38] – created Stéphane Lavirotte | wcomp-linux [2016/01/28 12:29] (current) – [Use WComp on Linux] Stéphane Lavirotte | ||
---|---|---|---|
Line 15: | Line 15: | ||
To install WComp, you juste have to unzip '' | To install WComp, you juste have to unzip '' | ||
+ | |||
+ | ===== Use WComp on Linux ===== | ||
+ | |||
+ | To use WComp on Linux, you just have to launch the WComp mono program (Container.exe) with the right options to use it. | ||
+ | |||
+ | < | ||
+ | mono ContainerMonoLinux.exe -h | ||
+ | Usage: | ||
+ | </ | ||
+ | |||
+ | Here is an example on how to launch WComp Container on Linux. | ||
+ | < | ||
+ | cd SharpWCompContainerMonoLinux | ||
+ | mono ContainerMonoLinux.exe –r Beans –l pathToFile.wcc –n nameOfUPnPDeviceToCreate –p 55555 | ||
+ | </ | ||