file | description |
jx8-desktop-src.zip | source files to build core S8 image, including SystemServer and scripts to build an executable application package for windows/osx O.S. |
jx8-win.zip | Executable application package for Windows |
jx8-osx.zip | Executable application package for OSX |
original source | |
jxcore | Evented IO for ChakraCore, SpiderMonkey & V8 JavaScript Note: no changes has been applied to sources to run JX8 on desktop. We run the jxcore result of building project intact. The result of building the jxcore project is included in "bin" folder |
S8 Build folder | It is a normal console build folder, including: SwikiCodeRobot, SystemServer, NodeJS, core S8 and "browse" folder for browsing the image with U8 tools (Web mode). See also: console platform. |
Node.js modules | We include node-static and ws (websockets) node packages in our distribution because are required to implement the S8 server (using NodeJS framework). All modules are unmodified versions as downloaded by npm. |
cd /Users/alejandroreimondo/Documents/jxcore git pull origin master ./configure --prefix=/jxcoreV8 make install
cd ~/Documents/jx8-desktop/jx8 ./bin/jx package default.snapshot.js --name "JX8" --slim "build,bin,*.sh,*.bat" --native --extract-app-rootfor windows? simple, try "_build.bat" in jx8 folder.