[x3d-public] Hopefully complete ubuntu un order instructions for installingpython X3DJSAIL

John Carlson yottzumm at gmail.com
Tue Nov 27 02:19:43 PST 2018


The pyjinus typo shouldn’t affect anything.

John

Sent from Mail for Windows 10

From: John Carlson
Sent: Monday, November 26, 2018 6:22 PM
To: Masaki Aono; Don Brutzman; Jeffry Hysong; X3D Graphics public mailing list
Subject: RE: Hopefully complete ubuntu un order instructions for installingpython X3DJSAIL

Thanks in advance for any corrections.

Install npm and node.js
checkout www.web3d.org from sourceforge.net  x3d project code
install ant
install antcontrib 0.3   # latest ant may subsume this, ask Don Brutzman
install java 8 # I use 10
install python 3.5.X or 3.6.X # 3.7 didn’t work last I tried

$ cd /c/x3d-code/www.web3d.org/x3d/stylesheets/   #whereever www.web3d.org is installed
$ export ANT_HOME=~/apache-ant-1.10.5
$ ant create.X3DJSAIL
$ cd java/src/python/pyjinus/
$ export PYTHONPATH=`pwd`
$ ant build.all   # you may have to change npm.cmd to npm in the build.xml file
$ node xml2all.js abox.x3d
$ python abox.py
$ python abox.future.py

$ ant  #  long running modifier of X3D resources examples.  Will show many errors in *future.py files and probably some in *.py files.


John


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20181127/4e71c16a/attachment.html>


More information about the x3d-public mailing list