FOEDAG
1.0.0
Foedag表示基於QT的框架開放EDA GUI
Foedag的完整文檔包括教程,工具選項和撰稿人指南。
閱讀INSTALL以獲取更多詳細信息
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.)筆記
WSL和Docker不支持基於WebEngine的默認編輯摩納哥。使用如下所示的標誌恢復為基於QT的編輯器QSCINTILLA。
make MONACO_EDITOR=0 # Refer the Makefile for usage