Linphone 编译安装

一、ubuntu下Android开发环境搭建
http://blog.csdn.net/forest_world/article/details/51108411

二、安装yasm

@ubuntu:~$ sudo apt-get install yasm

这里写图片描述

http://baike.baidu.com/link?url=Lrur19QB13p500stUbhfO02SSBmvgmC0Yhzj0G7C15FLa8G_abZOU0mPOaKmadC7PKzuI9_HX6wvc6f9PMNzxq

Yasm是一个完全重写的NASM汇编。目前,它支持x86和AMD64指令集,接受NASM和GNU汇编器(gas)语法,产出二进制,
ELF32 , ELF64 , COFF , Mach - O的( 32和64 ) , RDOFF2
,的Win32和Win64对象的格式,并生成STABS 调试信息的来源,DWARF 2 ,CodeView 8格式。

三、安装NASM
安装方法参考
http://blog.csdn.net/liangxanhai/article/details/8521937

解压:tar zxvf nasm-2.10.07.tar.gz
解压的目录
./configure
make
sudo make install

###@ubuntu:~/nasm-2.10.07$ sudo make install
[sudo] password for ###: 
mkdir -p /usr/local/bin
/usr/bin/install -c nasm /usr/local/bin/nasm
/usr/bin/install -c ndisasm /usr/local/bin/ndisasm
mkdir -p /usr/local/share/man/man1
/usr/bin/install -c -m 644 ./nasm.1 /usr/local/share/man/man1/nasm.1
/usr/bin/install -c -m 644 ./ndisasm.1 /usr/local/share/man/man1/ndisasm.1
###@ubuntu:~/nasm-2.10.07$ 

@ubuntu:~/nasm-2.10.07$ nasm -version
NASM version 2.10.07 compiled on May 25 2016

NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和’NetBSD/FreeBSD’,’a.out’,’ELF’,’COFF’,微软16位的’OBJ’和’Win32’。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。它支持’Pentium’,’P6’,’MMX’,’3DNow!’,
‘SSE’ and ‘SSE2’指令集

四、

@ubuntu:~/nasm-2.10.07$ sudo apt-get install curl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
curl is already the newest version.
curl set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 408 not upgraded.
@ubuntu:~/nasm-2.10.07$ 

五、

@ubuntu:~/nasm-2.10.07$ sudo apt-get install ant
ant 是一个将软件编译、测试、部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。在实际软件开发中,有很多地方可以用到ant。

六、
@ubuntu:~$ sudo apt-get install rsync

rsync是类unix系统下的数据镜像备份工具

七、autotools系列工具

@ubuntu:~$ sudo apt-get install autoconf
Reading package lists… Done
Building dependency tree
Reading state information… Done
autoconf is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 412 not upgraded.
@ubuntu:~$

@ubuntu:~ whichautoconf/usr/bin/autoconf@ubuntu:  which automake
/usr/bin/automake
@ubuntu:~$ which aclocal
/usr/bin/aclocal

八、

sudo apt-get install aptitude
sudo aptitude install libtool

@ubuntu:~$ which libtoolize
/usr/bin/libtoolize

九、

sudo apt-get install pkg-config

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值