Skip to content

Instantly share code, notes, and snippets.

@t-mat
Created October 5, 2012 00:57
Show Gist options
  • Save t-mat/3837435 to your computer and use it in GitHub Desktop.
Save t-mat/3837435 to your computer and use it in GitHub Desktop.
nasmを入れる

7zaとcurlを入れてから実行してください

set PATH="%USERPROFILE%\bin";%PATH%
mkdir "%USERPROFILE%\bin"
mkdir "%USERPROFILE%\nasmtemp2.10.05"
cd "%USERPROFILE%\nasmtemp2.10.05"
curl -L http://www.nasm.us/pub/nasm/releasebuilds/2.10.05/win32/nasm-2.10.05-win32.zip -o nasm.zip
7za e -y -o"%USERPROFILE%\bin" nasm.zip */nasm.exe
cd ..
rmdir /S /Q nasmtemp2.10.05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment