iptv-proxy icon indicating copy to clipboard operation
iptv-proxy copied to clipboard

how to run this?

Open zalim1 opened this issue 4 years ago • 4 comments

i dont find clear instructions how to run this? can you please help me out with this please.

zalim1 avatar Apr 01 '21 02:04 zalim1

Currently I do not provide any binaries. This means that you need to compile iptv-proxy by yourself and this means that you need to have some basic knowledge...

In general you should have java 15 installed. Compile project:

./gradlew build

run:

java -jar build/libs/iptv-proxy-all.jar -Dconfig=/path/to/iptvproxy.yml

kvaster avatar Apr 01 '21 16:04 kvaster

Hi, Is it possible this package to run in windows ? I ran the gradlew.bat file , any help what to do next ? (java runtime already installed)

TIA for any assistance

telstar924 avatar Nov 10 '21 17:11 telstar924

Code is platform agnostic - it should run on windows. First of all you should build it. On windows it should be something like this: ./gradlew.bat build. Also you will need java 15 at least.

kvaster avatar Nov 11 '21 08:11 kvaster

The project is using Java 17 now.

ruzrobert avatar Jun 12 '23 18:06 ruzrobert