2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Yasm】コンパイル&インストールする方法

Posted at

#概要
Linux/MacにYasmをインストールする。

#手順
##1. ソースコードダウンロード
こちらからSource .tar.gzをクリックしてソースコード(yasm-1.3.0.tar.gz)をダウンロードする。

##2. 解凍

$ tar -xvf yasm-1.3.0.tar.gz
$ cd yasm-1.3.0

##3. コンパイル

$ ./configure
$ make

##4. インストール

$ sudo make install

##5. 確認

$ yasm --version

確認できたらソースコードは不要なのでyasm-1.3.0は削除しても良いです。

#Happy Hacking :sunglasses: !

#参考
http://www.tortall.net/projects/yasm/wiki

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?