mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	
			
				
					
						
					
					3a6f4eb7b55f09467a254edbced1427dfaced15f
				
			
			
		
	Octonet PVR
Digital Devices [Octonet] (http://www.digital-devices.eu/shop/de/netzwerk-tv/) PVR client addon for [Kodi] (http://kodi.tv)
| Platform | Status | 
|---|---|
| Linux + OS X (Travis) | |
| Windows (AppVeyor) | 
Building
Windows
- 
Create a file project/cmake/addons/addons/kodi.pvr.octonet/kodi.pvr.octonet.txtcontaining a single linekodi.pvr.octonet file://C:\some\path. The path doesn't matter and doesn't need to actually exist.
- 
Use a shell that has environment variables setup by Visual Studio for the native x86 toolchain. Run the following in a new build directory and adjust paths accordingly: 
cmake -G "NMake Makefiles" ^
    -DCMAKE_BUILD_TYPE=Release ^
    -DADDONS_TO_BUILD="kodi.pvr.octonet" ^
    -DADDON_SRC_PREFIX="path_to_where_kodi.pvr.octonet_is" ^
    -DCMAKE_INSTALL_PREFIX="some_subdirectory" ^
    -DPACKAGE_ZIP=ON ^
    "path_to_kodi\project\cmake\addons"
Make sure ADDON_SRC_PREFIX points to the parent directory of kodi.pvr.octonet.
- Build the addon by running nmake. Runnmake package-addonsto package a zip file of the addon.
Description
				
					Languages
				
				
								
								
									C++
								
								81.3%
							
						
							
								
								
									CMake
								
								11.3%
							
						
							
								
								
									Shell
								
								7.4%