Skip to content

Commit

Permalink
Merge pull request #109 from Microsoft/remove-uuid
Browse files Browse the repository at this point in the history
Remove uuid.h dependency
  • Loading branch information
MarcCote committed Dec 11, 2018
2 parents 1f87ee7 + 28bcf04 commit e0acd5d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ addons:
- curl
- git
- libffi-dev
- uuid-dev
- wget
- graphviz

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TextWorld requires __Python 3__ and only supports __Linux__ and __macOS__ system
TextWorld requires some system libraries for its native components.
On a Debian/Ubuntu-based system, these can be installed with

sudo apt install build-essential uuid-dev libffi-dev python3-dev curl git
sudo apt install build-essential libffi-dev python3-dev curl git

And on macOS, with

Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apt-get install -qy \
libffi-dev \
python3-dev \
python3-pip \
uuid-dev \
wget \
graphviz

Expand Down
1 change: 0 additions & 1 deletion src/glk_comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
#include <uuid/uuid.h>
/* socket */
#include <arpa/inet.h>
#include <sys/socket.h>
Expand Down
1 change: 0 additions & 1 deletion textworld/thirdparty/glulx/cheapglk/agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <uuid/uuid.h>

/* sockets */
#include <arpa/inet.h>
Expand Down

0 comments on commit e0acd5d

Please sign in to comment.