add step for compiling protoc

develop
Myk Taylor 2022-12-08 20:09:35 -08:00
parent acedc7617f
commit 8c59f9f92a
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -787,6 +787,7 @@ container. Inside the container, run the following commands::
git clone https://github.com/ab9rf/dfhack.git
cd dfhack; git submodule init; git submodule update
cd build; cmake .. -GNinja
ninja protoc
Step 3: copy Dwarf Fortress to the container
--------------------------------------------