- FreeSWITCH 1.2
- Anthony Minessale Michael S Collins Darren Schreiber Raymond Chandler
- 111字
- 2021-08-20 16:55:49
Building from the latest code
If you prefer to be on the latest version of FreeSWITCH, you will need a Git client. Use yum, apt, or whichever package manager your distribution has to install Git. In Windows, a popular (and free) client is TortoiseGit (code.google.com/p/tortoisegit).
In Linux/Unix environments a typical Git checkout and compile session would look like this:
#>cd /usr/src #>git clone git://git.freeswitch.org/freeswitch.git #>cd freeswitch #>./bootstrap.sh #>./configure -C #>make install #>make cd-sounds-install #>make cd-moh-install
The preceding commands will take some time to complete. You can automate the process a bit by chaining the commands together with the &&
operator. These commands are discussed in more detail in the following sections.
推薦閱讀
- 從區塊鏈到Web3:構建未來互聯網生態
- 工業控制網絡安全技術與實踐
- INSTANT PhpStorm Starter
- 萬物互聯:蜂窩物聯網組網技術詳解
- 中小型局域網組建、管理與維護實戰
- 網絡基礎與網絡管理項目化教程
- Getting Started with nopCommerce
- 5G+區塊鏈
- Learning Node.js Development
- Hands-On Bitcoin Programming with Python
- TCP/IP基礎(第2版)
- 中國互聯網發展報告2021
- LwIP應用開發實戰指南:基于STM32
- Guide to NoSQL with Azure Cosmos DB
- 工業以太網技術:AFDX/TTE網絡原理、接口、互連與安全