安宇雨 黑苹果开坑

第一个有用的地址

https://github.com/CloverHackyColor/CloverBootloader/releases

所有软件及安装镜像下载链接:https://pan.baidu.com/s/1xY0oiMHEWflEI0s2nbsmeA
提取码:bpyc

视频中提到的一些网站:
远景论坛:http://bbs.pcbeta.com/
DiskGenius:https://www.diskgenius.cn/
balenaEtcher:https://www.balena.io/etcher/
Hackintosh长期维护机型清单(来源:黑果小兵的部落阁):https://blog.daliansky.net/Hackintosh-long-term-maintenance-model-checklist.html

php@7.2

If you need to have php@7.2 first in your PATH run:
echo 'export PATH="/usr/local/opt/php@7.2/bin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/opt/php@7.2/sbin:$PATH"' >> ~/.bash_profile

For compilers to find php@7.2 you may need to set:
export LDFLAGS="-L/usr/local/opt/php@7.2/lib"
export CPPFLAGS="-I/usr/local/opt/php@7.2/include"

To have launchd start php@7.2 now and restart at login:
brew services start php@7.2
Or, if you don't want/need a background service you can just run:
php-fpm

mysql

We've installed your MySQL database without a root password. To secure it run:

mysql_secure_installation

MySQL is configured to only allow connections from localhost by default

To connect run:

mysql -uroot

mysql@5.7 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have mysql@5.7 first in your PATH run:
echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile

For compilers to find mysql@5.7 you may need to set:
export LDFLAGS="-L/usr/local/opt/mysql@5.7/lib"
export CPPFLAGS="-I/usr/local/opt/mysql@5.7/include"

For pkg-config to find mysql@5.7 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/mysql@5.7/lib/pkgconfig"

To have launchd start mysql@5.7 now and restart at login:
brew services start mysql@5.7
Or, if you don't want/need a background service you can just run:
/usr/local/opt/mysql@5.7/bin/mysql.server start
==> Summary
🍺 /usr/local/Cellar/mysql@5.7/5.7.29: 319 files, 232.3MB

请先后发表评论
  • 最新评论
  • 总共2条评论
DeepMind

Rain酱

Macintosh 白苹果

2020-05-16 01:26:55 回复

DeepMind

Rain酱

Hackintosh 黑苹果

2020-05-16 01:26:37 回复