Skip to main content

2024-12-12

Quote

Later, missing out also became a human commonplace. — “NetEase Cloud Music” · Caramel and Sunflower Seeds


install python

tar -xvf Python-3.12.5.tar.xz
./configure --enable-optimizations
make -j$(nproc)
sudo make install