Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 7ea8351

Browse files
author
Yucong Sun
committed
Make it run
1 parent 9c5cac8 commit 7ea8351

File tree

7 files changed

+77
-3900
lines changed

7 files changed

+77
-3900
lines changed

build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -euo pipefail
44
rm -rf build
55
mkdir -p build && cd build
66

7-
cmake ../driver
7+
# fix me, should use cmake variables
8+
cp -f local_options driver/src/
9+
10+
cmake ../driver -DPACKAGE_UIDS=OFF
811

912
make install

config.lima

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ name : Lima Mud - FluffOS 2019 Demo
3535
# This will be the port number that your users will connect to
3636
#
3737
external_port_1: websocket 7878
38-
websocket http dir: ./build/bin/www
38+
websocket http dir: ../build/bin/www
3939

4040
#
4141
# [ REQUIRED ]

lib/log/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/catch
2+
/log
3+
/execute

0 commit comments

Comments
 (0)