Copy headers to system includes (requires admin privileges)
sudo cp -r angle/include/* /usr/local/include/
mkdir -p /usr/local/lib/pkgconfig/
cp angle/egl.pc /usr/local/lib/pkgconfig/
sudo cp -r angle/include/* /usr/local/include/
mkdir -p /usr/local/lib/pkgconfig/
cp angle/egl.pc /usr/local/lib/pkgconfig/
Homebrew build logs for libangle on macOS 15.3 | |
Build date: 2025-03-11 07:19:11 |
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Mingw64] | |
@="Open Mingw64 here" | |
"Icon"="C:\\msys64\\mingw64.ico" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Mingw64\command] | |
@="C:\\msys64\\mingw64.exe bash" |
sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
[Socket 1200]
(Deny write access to removable drives not protected by BitLocker) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE
RDVDenyWriteAccess DWORD
(delete) = Allow (default)
1 = Deny
0 = Allow
robocopy "C:\your source folder" "F:\your destination folder" /e /dcopy:DAT /MT /z
Enable Vmware shared folders in PowerShell context:
net use Z: "\\vmware-host\Shared Folders"
Copy options
git show-ref
git remote add <remote_Branch> <remote_repo>
git fetch
git add .
git commit -m 'reinitialized files'
git push -f --no-thin https:<your repo> HEAD:refs/heads/<remote branch>