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

John Carlson yottzumm at gmail.com
Mon Nov 26 16:22:18 PST 2018


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/20181126/7e11fa10/attachment.html>


More information about the x3d-public mailing list