WARNING: Your copy of avconv is outdated, update avconv to version 10-0 or newer if you encounter any errors.
wget https://libav.org/releases/libav-11.3.tar.xz
tar xvJf libav-11.3.tar.xz
cd libav-11.3
./configure
make
sudo make install
WARNING: Your copy of avconv is outdated, update avconv to version 10-0 or newer if you encounter any errors.
wget https://libav.org/releases/libav-11.3.tar.xz
tar xvJf libav-11.3.tar.xz
cd libav-11.3
./configure
make
sudo make install
編譯 nano 2.4.1 版時,遇到以下問題。此現象會造成 nano 無法正確支援 UTF-8。
所以,問題的關鍵就在 ncurses 身上,只要編譯 ncurses 支援寬字集(–enable-widec),就可以解決它了。
1 2 3 4 5 6 |
configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. |
經過 25 年的孕育開發,以 Hurd 微核心建構的 GNU 作業系統終於誕生了。
詳情請參考:
https://lists.debian.org/debian-hurd/2015/04/msg00047.html
https://www.debian.org/ports/hurd/index
下載:
http://ftp.debian-ports.org/debian-cd/hurd-i386/debian-hurd-2015/
方法如下:
1 2 |
sudo apt-get update sudo apt-get install linux-image-4.0.1-ob2d linux-headers-4.0.1-ob2d linux-firmware-image-4.0.1-ob2d |