bntjah / lancache

Improve download speeds and reduce strain on your Internet connection at LAN parties. Locally cache game installs and updates from the largest distributors: Steam, RIOT, Blizard, Hirez, Origin, Sony, Microsoft, Tera, GOG, ArenaNetworks, WarGaming, and Uplay. Super easy to setup with auto installer script!
174 stars 44 forks source link

Install sniproxy Problem #115

Open Yogi85 opened 5 years ago

Yogi85 commented 5 years ago

Hello everybody

I am currently installing from the Lancach server. But unfortunately I have a problem with the point 16.4. I get this error: ./setver.sh: 35: ./setver.sh: debchange: not found ./autogen.sh: 5: ./autogen.sh: autoreconf: not found

Can someone help me here.

Thank you Yogi

billthecatt commented 5 years ago

Try the following:

(Assuming debian, use whatever package manager you need to and install the following two packages..)

apt-get install devscripts apt-get install autoconf

Yogi85 commented 5 years ago

I found another solution. With that it also went:

  1. apt-get install autotools-dev cdbs debhelper dh-autoreconf dpkg-dev gettext libev-dev libpcre3-dev libudns-dev pkg-config fakeroot devscripts

  2. ./autogen.sh && dpkg-buildpackage

Thank you Greeting Yogi