Releases: Centrix14/fd
Releases · Centrix14/fd
Last FlatDraw realise
Windows x64 binaries
Just a distribution package with binaries.
New version
In this realise:
- Added full text support
- Cleaned up the code, removed unnecessary pieces, removed the dbg.h file
- Improved code documentation, added screenshots to user manual
First realise
First release of FlatDraw all features are available except for arcs.
How do I collect it?
Do you work on *nix systems?
cd src
make rel
# for using:
./fd
Do you work on Windows?
1 way
- Unpack one of the three presented archives (
destr.7z
,destr.zip
,destr.tar.gz
) - Perform
cd src
make rel
- Move the received file
fd.exe
to the unpacked directory.
First stable realise (alpha)
First release of FlatDraw all features are available except for arcs.
How do I collect it?
Do you work on *nix systems?
cd src
make rel
# for using:
./fd
Do you work on Windows?
- Unpack one of the three presented archives (
destr.7z
,destr.zip
,destr.tar.gz
) - Move the unpacked directory to
src
- For this step, you will need the make utility and the gcc compiler
make rel
# for using:
fd
No realise, just destribution package
Adding a package to transfer from the MSYS2 environment to Windows, to use compile make rel
, then perform synchronization of executable files make dsync
.