Build.md

August 20, 2021 ยท View on GitHub

Build from Sources

Bootstrap Build

  1. Clone fanx repo
  git clone https://github.com/fanx-dev/fanx.git
  1. Download last release. And unzip to git repo dir and rename to release. The directory tree like this:
  fanx/
     env/
       bin/
       ...
     compiler/
       ...
     release/
       fanx-*.*/
         bin/
         etc/
         lib/
         ...
  1. Config jdkHome Edit the file in:
env/etc/build/config.props
release/fanx-*.*/etc/build/config.pros
  1. Run build:
  sh build_all.sh

Build Ext Librarys

clone git repo

  git clone https://github.com/fanx-dev/fantom.git

build:

  cd src
  sh build_lib.sh