Releases: Birdee-lang/Birdee2
20200308-alpha
Windows x64 installation
Extract the files in the zip file. Add an environment variable called BIRDEE_HOME
pointed to the extracted directory. The directory should contain bin
, blib
, pylib
and src
.
Your system should have Python 3.7 x64 installed and have Python's runtime DLL in environment variable PATH
.
Ubuntu x64 installation
sudo dpkg -i birdee_xxxx.deb
to install and sudo dpkg -r birdee
to remove. This package requires libpython3.7-dev, libgc-dev, libreadline-dev and LLVM-6.0 to be installed. Remember to add /usr/bin/birdee0.1 to the environment variable as BIRDEE_HOME.
[Dependency] LLVM 6.0 for Windows
This package includes a DLL for LLVM 6.0 and its debug symbols (.pdb file).
Suitable for developers of Birdee compiler
20190630
2019615
Our first release! Supports Windows and Linux, and only for x64.
For Windows version, just unzip and add the directory to the environment variable as BIRDEE_HOME. It requires that x64 version of Python 3.7 is installed in your system.
For Linux Debian systems, use sudo dpkg -i birdee_xxxx.deb
to install and sudo dpkg -r birdee
to remove. This package requires libpython3.7-dev, libgc-dev and LLVM-6.0 to be installed. Remember to add /usr/bin/birdee0.1
to the environment variable as BIRDEE_HOME.