cmd.exe を管理者モードで起動して
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
を実行
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for (( i=0 ;i<40; i++ )) | |
| do | |
| raspivid -t 0 -n -o test.h264 | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ・mkdir /usr/local/sbin | |
| ・.bash_profileに | |
| PATH=/usr/local/sbin/:$PATH | |
| を設定しておく | |
| ・Cocoa Emacsを使う | |
| $ brew uninstall autoconf |
NewerOlder