Build.md
August 20, 2021 ยท View on GitHub
Build from Sources
Bootstrap Build
- Clone fanx repo
git clone https://github.com/fanx-dev/fanx.git
- 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/
...
- Config jdkHome Edit the file in:
env/etc/build/config.props
release/fanx-*.*/etc/build/config.pros
- 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