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.