From d45325b6d757b56654399725d55510dd5ba899d1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 26 Nov 2014 00:59:01 +0000 Subject: upgrade script depends on sqlite3 cli --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6048c25a15..5e020081a8 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,7 @@ header files for python C extensions. Installing prerequisites on Ubuntu or Debian:: $ sudo apt-get install build-essential python2.7-dev libffi-dev \ - python-pip python-setuptools + python-pip python-setuptools sqlite3 Installing prerequisites on Mac OS X:: -- cgit 1.5.1 From f9846a27b6d415426de95f428a414c58464a8ef1 Mon Sep 17 00:00:00 2001 From: Tjardick van der Kraan Date: Tue, 2 Dec 2014 11:22:00 +0100 Subject: Added the needed libssl-dev package --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5e020081a8..0b2b00412d 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,8 @@ header files for python C extensions. Installing prerequisites on Ubuntu or Debian:: $ sudo apt-get install build-essential python2.7-dev libffi-dev \ - python-pip python-setuptools sqlite3 + python-pip python-setuptools sqlite3 \ + libssl-dev Installing prerequisites on Mac OS X:: -- cgit 1.5.1 From 293e89e2daca83673678e5b1635350c2dd3fd889 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 30 Nov 2014 23:21:47 +0000 Subject: re-add OSX troubleshooting instructions (not sure how they got lost) --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0b2b00412d..8459bcac2e 100644 --- a/README.rst +++ b/README.rst @@ -130,6 +130,9 @@ failing, e.g.:: $ pip install --user twisted +On OSX, if you encounter clang: error: unknown argument: '-mno-fused-madd' you +will need to export CFLAGS=-Qunused-arguments. + Running Your Homeserver ======================= -- cgit 1.5.1