如何安装最新版本的codelite?

如何安装最新版的Codelite?
操作系统: Ubuntu 14.04.02 64位。

下载

  1. 添加CodeLite公钥以避免来自apt / aptitude的警告

    sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc 
  2. 添加适当的存储库 如你所说,你使用Ubuntu 14.04.02- Trusty Tahr

     sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe' 
  3. 现在您需要更新您的存储库

     sudo apt-get update 

安装

  1. 安装Codelite

     sudo apt-get install codelite wxcrafter