update build requirements and link to notes

This commit is contained in:
Morgan McMillian 2019-11-08 07:07:48 -08:00
parent fd9924bf95
commit be9f43a061

View file

@ -1,6 +1,6 @@
# Goober, a mobile app for pnut.io
Copyright 2017 - 2018 Morgan McMillian
Copyright 2017 - 2019 Morgan McMillian
Goober is a cross platform mobile client for pnut.io built using the Ionic framework (http://ionicframework.com/).
@ -19,14 +19,22 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
 
_**Specific details about my build environment can be found on the following Wiki page.**_
https://gitlab.dreamfall.space/thrrgilag/Goober/wikis/build-notes
 
## Core build dependencies
Goober was developed using v3 of the Ionic framework. Since Goober's initial development Ionic has made major breaking changes starting with v4 and as a result this app no longer builds with the latest version of those tools.
* Install Node.js (https://nodejs.org)
* Install the latest Ionic and Cordova tools
* Install Ionic v3 and Cordova v8
```bash
npm install -g ionic cordova
npm install -g ionic@3 cordova@8
```