Skip to content

Releases: ceremcem/build-freecad-asm3

Support Arch Linux as host

19 Dec 08:53
267981b
Compare
Choose a tag to compare

Script names and setup steps are slightly modified. Container creation step is now separated, so users can create the container according to their distro specific procedures.

Fixed workarounds

26 Aug 14:11
Compare
Choose a tag to compare

Build process is stripped down to these 3 commands:

git clone https://github.com/ceremcem/build-freecad-asm3
cd build-freecad-asm3/tools
./auto.sh [--freecad-src /path/to/FreeCAD]

Native-like performance

11 Mar 17:28
Compare
Choose a tag to compare

By using run-in-chroot.sh script, FreeCAD now can be run in native speeds:

./run-in-chroot.sh -n fc -u freecad 'fc-build/Release/bin/FreeCAD'

Use Qt5 and Python3

04 Dec 10:35
Compare
Choose a tag to compare

This release makes it possible to compile FreeCAD against Qt5 and Python3. Instructions to create LXC is now easier and more straightforward.

v1.0

16 Sep 05:00
ee335a6
Compare
Choose a tag to compare
Update README.md