update build requirements and link to notes
This commit is contained in:
parent
fd9924bf95
commit
be9f43a061
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Goober, a mobile app for pnut.io
|
# 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/).
|
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
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
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
|
## 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 Node.js (https://nodejs.org)
|
||||||
* Install the latest Ionic and Cordova tools
|
* Install Ionic v3 and Cordova v8
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g ionic cordova
|
npm install -g ionic@3 cordova@8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue