Skip to content

Releases: Birdee-lang/Birdee2

20200308-alpha

08 Mar 09:17
Compare
Choose a tag to compare
20200308-alpha Pre-release
Pre-release

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

04 Feb 09:58
5124090
Compare
Choose a tag to compare
Pre-release

This package includes a DLL for LLVM 6.0 and its debug symbols (.pdb file).
Suitable for developers of Birdee compiler

20190630

30 Jun 08:11
39d0133
Compare
Choose a tag to compare
20190630 Pre-release
Pre-release
Merge pull request #30 from Menooker/master

use linker name aliasing instead of using -e switch

2019615

15 Jun 12:57
20f07fb
Compare
Choose a tag to compare
2019615 Pre-release
Pre-release

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.