AppleキーボードのF1~F12とファンクションキーの入れ替え
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
を起動用ファイルstart.hに書き込む。
AppleキーボードのF1~F12とファンクションキーの入れ替え
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
を起動用ファイルstart.hに書き込む。
$ sudo apt update
$ sudo apt-get install build-essential git subversion cmake libx11-dev libxxf86vm-dev libxcursor-dev libxi-dev libxrandr-dev libxinerama-dev libglew-dev
$ mkdir ~/blender-git $ cd ~/blender-git $ git clone https://git.blender.org/blender.git
$ mkdir ~/blender-git/lib
$ cd ~/blender-git/lib
$ svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_centos7_x86_64
更新與建置
$ cd ~/blender-git/blender $ make update $ make
每日更新
$ cd ~/blender-git/blender $ git pull
$ make update $ make