wcomp-linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wcomp-linux [2015/03/25 13:38]
Stéphane Lavirotte created
wcomp-linux [2016/01/28 13:29] (current)
Stéphane Lavirotte [Use WComp on Linux]
Line 15: Line 15:
  
 To install WComp, you juste have to unzip ''​SharpWCompContainerMonoLinux.zip''​ where you want, to be able to us it. To be able to get WComp for Linux, you can [[contact_us|contact us]]. We do not deliver Linux over the Web. To install WComp, you juste have to unzip ''​SharpWCompContainerMonoLinux.zip''​ where you want, to be able to us it. To be able to get WComp for Linux, you can [[contact_us|contact us]]. We do not deliver Linux over the Web.
 +
 +===== 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.
 +
 +<​code>​
 +mono ContainerMonoLinux.exe -h
 +Usage: ​ Container.exe [-h] [-n container_name] [-r beans_repository_path] [-l wcc_file] [-p port]
 +</​code>​
 +
 +Here is an example on how to launch WComp Container on Linux.
 +<​code>​
 +cd SharpWCompContainerMonoLinux
 +mono ContainerMonoLinux.exe –r Beans –l pathToFile.wcc –n nameOfUPnPDeviceToCreate –p 55555
 +</​code>​
  
  • wcomp-linux.1427287100.txt.gz
  • Last modified: 2015/03/25 13:38
  • by Stéphane Lavirotte