From 5adf826d9d9b9c275bba62e5b5c350e142781ab8 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Wed, 4 Nov 2015 16:05:33 -0500 Subject: [PATCH] Mention #42 in the setup guide. --- docs/setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/setup.md b/docs/setup.md index 627cedc..7cd300d 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -10,6 +10,9 @@ Linux software from source. Also note that in OSX, you may have to change the hashbangs from `python2` to `python`. +## Warning for architectures other than 64-bit x86 +See [#42](https://github.com/cmusatyalab/openface/issues/42). + ## Check out git submodules Clone with `--recursive` or run `git submodule init && git submodule update` after checking out.