stelic / limitload

Limit Load is an arcade cockpit flight game with story-driven campaigns.
http://www.limitload.org
Other
26 stars 2 forks source link

build.rst has inarrcute info if building on ubuntu #7

Closed cyian-1756 closed 6 years ago

cyian-1756 commented 6 years ago

build.rst says to patch panda3d using patch -p1 <game_directory>/util/patch-panda3d/<name>.patch. This hangs on Ubuntu as patch expects to read the patch file from stdin.

patch -p1 -i <game_directory>/util/patch-panda3d/<name>.patch would work on Ubuntu

nikolmiv commented 6 years ago

Hey, thanks for the report! Added the missing -i option in a96cef1.