This is an automated email from the ASF dual-hosted git repository.
iroh pushed a commit to branch iroh/update_agenda_instructions
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to
refs/heads/iroh/update_agenda_instructions by this push:
new 878a04c Updated prereqs
878a04c is described below
commit 878a04c220513f1fa4363e87385e7d95a4addddc
Author: Chris Wells <[email protected]>
AuthorDate: Fri Feb 4 16:42:37 2022 -0500
Updated prereqs
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