FOEDAG
1.0.0
Foedag bezeichnet QT-basierte Framework Open EDA GUI
Die vollständige Dokumentation von FOEDAG umfasst Tutorials, Werkzeugoptionen und Beitragsrichtlinien.
Lesen Sie INSTALL für weitere Informationen
make
or
make debug
or
make release_no_tcmalloc (For no tcmalloc)
make install (/usr/local/bin and /usr/local/lib/foedag by default which requires sudo privilege,
use PREFIX= for alternative locations.)Notiz
Der Standard -Editor von WebEngine, Monaco, wird bei WSL und Docker nicht unterstützt. Verwenden Sie das Flag wie unten gezeigt, um zum QT -basierten Editor QScintilla zurückzukehren.
make MONACO_EDITOR=0 # Refer the Makefile for usage