随笔分类 - Mac OS X
摘要:Mac OS X安装OpenGL 安装最新的cmake + + 安装glew + 安装GLTools + + + 安装glfw + 安装glad + 进入 "在线服务: https://glad.dav1d.de/" + API域中gl选择3.3或者以上版本, 3.2与之前的有一些API弃用了 +
阅读全文
摘要:+ 打开Active Monitor, 找到coreaudiod进程, 将其quit掉即可
阅读全文
摘要:macOS 使用软件(外加装逼特效) + Backgroud 和 火萤: 动态桌面壁纸 + iTools Pro: macOS 版本的爱思助手 + MEGAsync: 网盘工具 + Microsoft Remote Desktop: 远程连接windows + npm install yddict
阅读全文
摘要:Launchctl + 系统启动时, 系统会以root用户的身份扫描/System/Library/LaunchDaemons和/Library/LaunchDaemons目录, 如果文件中有Disable的值为true, 则不会load进来, 否则就会load进来, 相当于执行了launchctl
阅读全文
摘要:mac 的httpd + mac 自带了apache2, 但是不推荐使用, 因为它的目录在/Library/WebServer/Documents/下 + 使用brew install apache httpd安装httpd + 使用brew list httpd查看安装了那些文件 + 配置文件在.
阅读全文
摘要:Mac 中定义与Linux一样的profile.d + 首先Mac是没有profile.d的 + 在/etc/profile文件中添加 + install o root g wheel d /etc/profile.d + 在该目录下创建一个mysql.sh + 有一个问题: 可以是Mac不支持pr
阅读全文
摘要:Homebrew 都干了什么 + 安装完毕Homebrew之后, 可以说整个/usr/local/下的东西都是Homebrew自动创建出来的, 一个新的Mac系统默认情况下/usr/local是空的, 安装了Homebrew之后就有了bin, sbin, share, Cellar, Homebre
阅读全文
摘要:Mac上配置GTK环境 + 安装command line工具, 如果安装了Xcode, 就直接跳过该步骤 + 安装Homebrew + 使用brew install pkg config + 使用brew install gtk+3 + 使用clang编译时, 使用clang 'pkg config
阅读全文
摘要:① 安装Xcode的同时, 安装配套的命令行工具, 包括git, cmake, clang ② 安装Macvim, 并在~/.bashrc文件中设定别名, alias vim="/path/to/macvim"覆盖系统自带的vim ③ 通过git下载vundle, 下载到~/vim/bundle/v
阅读全文
摘要:使用ruby脚本安装完成homebrew之后, 需要配置三个源以及添加一些环境变量
阅读全文