DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
712 stars 250 forks source link

make install-{domserver,judgehost} fails ootb #324

Closed TPolzer closed 6 years ago

TPolzer commented 6 years ago
cp -R           -t /opt/domjudge/domserver/lib/vendor vendor/*
cp: cannot stat 'vendor/*': No such file or directory
eldering commented 6 years ago

Oops, referenced the wrong issue.

eldering commented 6 years ago

Which version of DOMjudge are you using? If running from git checkout, did you run the make dist as specified in https://www.domjudge.org/docs/admin-manual-10.html#ss10.1 ?

TPolzer commented 6 years ago

I'm running from git checkout, yes. I didn't even notice that section of the manual exists I have to admit.