Skip to content

Instantly share code, notes, and snippets.

@wjch
Last active December 14, 2015 06:59
Show Gist options
  • Save wjch/5047212 to your computer and use it in GitHub Desktop.
Save wjch/5047212 to your computer and use it in GitHub Desktop.
博客的一些代码
#!/bin/bash
cd "/home/你的用户名/.wine/drive_c/Program Files/League of Legends US/RADS/system"
WINEDEBUG=+ntdll wine "rads_user_kernel.exe" run lol_launcher $(ls ../projects/lol_launcher/releases/) LoLLauncher.exe
sudo apt-get install ia32-libs
sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386 libzip-dev
//下面要先安装getlib
getlibs -l libz.so
sudo getlibs -p gnome-keyring:i386
sudo mkdir -p /usr/lib/i386-linux-gnu/pkcs11/
sudo ln -s /usr/lib32/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment