Skip to content

Instantly share code, notes, and snippets.

root@bba42a497291:~/libmpv/src/build64# cmake -DTARGET_ARCH=x86_64-w64-mingw32 -G Ninja ..
-- The C compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
patching file Modules/ExternalProject.cmake
patching file Modules/ExternalProject/gitclone.cmake.in
CMake Error at build64/cmake/Modules/ExternalProject.cmake:1273 (define_property):
@adlerzei
adlerzei / config
Created January 5, 2021 07:44 — forked from rbialek/config
ssh/.config
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile /home/user/.ssh/id_rsa
@adlerzei
adlerzei / README.md
Created January 3, 2021 14:53 — forked from developius/README.md
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

ssh-keygen -t rsa -C "your_email@example.com"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings (https://github.com/settings/keys).

Test SSH key: