Skip to content

Commit

Permalink
Merge pull request #137 from CCALI/902
Browse files Browse the repository at this point in the history
902
  • Loading branch information
tobiasnteireho authored Oct 19, 2023
2 parents 79ee321 + a9d73d5 commit da5074d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ https://github.com/git-for-windows/git/releases/download/v2.37.3.windows.1/Git-2

for windows, this README will use `Git Bash` for terminal commands

for windows, this README will use `Git Bash` for terminal commands

4.) Install build tools:

The node sub-dependencies for the DAT must be built locally on the target system and requires build tools for languages other than node. Run the command below to install the necessary build tools:
Expand All @@ -168,7 +170,7 @@ use the command below to install


install python 3
https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe
https://www.python.org/downloads/release/python-3104/

This requires administrator access. This is a very lengthy install- it can take over an hour even on a fast machine with a fantastic connection.

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a2jdat",
"version": "8.0.2-0",
"version": "9.0.1",
"description": "Authoring and viewer App GUI.",
"license": "GNU AGPL v3.0",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint:pdf": "standard src/*.js src/**/*.js --fix && standard test/**/*.js --fix --env mocha"
},
"dependencies": {
"@caliorg/a2jdeps": "^7.1.7-1",
"@caliorg/a2jdeps": "^7.1.7",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
Expand Down

0 comments on commit da5074d

Please sign in to comment.