This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 233f0d9 Updated prereqs (#130)
233f0d9 is described below
commit 233f0d9a639f8aa4da7008caed1dec81b38a38bc
Author: Chris Wells <[email protected]>
AuthorDate: Tue Feb 8 07:22:58 2022 -0500
Updated prereqs (#130)
The pre-reqs need to include the development packages to build native
extensions during the `bundle install` phase.
---
www/board/agenda/README.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/www/board/agenda/README.md b/www/board/agenda/README.md
index f8a08c3..55229b8 100644
--- a/www/board/agenda/README.md
+++ b/www/board/agenda/README.md
@@ -41,7 +41,17 @@ For planning purposes, prereqs for a _full_ installation
will require:
* The following software installed:
* Subversion
* Ruby 1.9.3 or greater
- * io.js
+ * Development libraries and tools (for native extensions)
+ * MacOS users
+ * Xcode command line tools (`sudo xcode-select --install`)
+ * `brew install openldap`
+ * `brew install cyrus-sasl`
+ * Ubuntu users
+ * `apt-get install ruby-dev`
+ * `apt-get install libldap2-dev`
+ * `apt-get install libsasl2-dev`
+ * `apt-get install build-essential`
+ * Node.js 14
* [PhantomJS](http://phantomjs.org/) 2.0
* Mac OS/X Yosemite users should either use `brew install phantomjs`
or get the binary from comments on