Skip to content

Commit

Permalink
release 0.42.06-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Apr 13, 2016
1 parent 922c824 commit 081d35d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM benlubar/dwarffortress:dfhack-0.42.06-alpha2
FROM benlubar/dwarffortress:dfhack-0.42.06-beta1

ADD . /df-ai

Expand All @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxml-libxslt-perl \
make \
zlib1g-dev:i386 \
&& git clone -b 0.42.06-alpha2 --recursive --depth=1 https://github.com/DFHack/dfhack.git /dfhack \
&& git clone -b 0.42.06-beta1 --recursive --depth=1 https://github.com/DFHack/dfhack.git /dfhack \
&& mkdir -p /dfhack/build-docker \
&& cd /dfhack/build-docker \
&& echo 'add_subdirectory(df-ai)' >> /dfhack/plugins/CMakeLists.custom.txt \
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Watch Dwarf Fortress play itself!

Plugin for DFHack 0.42.06-alpha1.
Plugin for DFHack 0.42.06-beta1.

Installation:
**[Download a pre-built version from the releases page.](https://github.com/BenLubar/df-ai/releases)**

Compilation:

- copy the df-ai folder to dfhack/plugins/df-ai
- add `add_subdirectory(df-ai)` to dfhack/plugins/CMakeLists.custom.txt
Expand Down
3 changes: 0 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

- Trading
- Trade contracts
- Tavern
- Temple
- Library
- Justice
- Burrows

Expand Down

0 comments on commit 081d35d

Please sign in to comment.