顯示具有 ubuntu 標籤的文章。 顯示所有文章
顯示具有 ubuntu 標籤的文章。 顯示所有文章

2025年3月11日 星期二

*******【WSL教學】在Windows上執行Linux + VSCode

安裝WSL:

以管理員身份運行PowerShell來開啟此功能。要做到這一點,您可以在Windows搜索欄中輸入“PowerShell”,然後右鍵單擊Windows PowerShell,選擇“以管理員身份運行”。在PowerShell中,輸入以下指令以安裝WSL。

wsl --install

******systemc-3.0.1的安裝與Q&A

 安裝

1. Change to the top level directory (e.g., `systemc-3.0.1`)
2. export CXX=g++
3. ./config/bootstrap (??)
4. mkdir objdir
5. cd objdir
6. ../configure (../configure 'CXXFLAGS=-std=c++17') (../configure --prefix=/usr/local/systemc-3.0.1)
7. make
8. make check
9. make install
10. cd ..
11. rm -rf objdir

*******【WSL教學】在Windows上執行Linux + VSCode

安裝WSL: 以管理員身份運行PowerShell來開啟此功能。要做到這一點,您可以在Windows搜索欄中輸入“PowerShell”,然後右鍵單擊Windows PowerShell,選擇“以管理員身份運行”。 在PowerShell中,輸入以下指令以安裝WSL。 wsl -...