how to update codelite

本文介绍了如何使用 SVN 更新 CodeLite 源代码到指定版本,包括在 Windows 系统下进行更新的具体步骤,以及如何调整更新脚本来适配不同的安装路径。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

http://www.dewen.org/q/6640

svn co  URL -r[--revision] ARG(number)

svn -r 5770 co https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite-src

svn update -r 5770

http://forums.codelite.org/viewtopic.php?f=13&t=1966&p=8779#p8779

Under Windows, you should do the following:

- Compile the 'Win Release Unicode'
- Open a CMD shell from within codelite - this is important, as CMD shell opened from within codelite will be using the environment variable deinfed in codelite (to open a CMD shell from within codelite, you can right click on any of the open files tab and seelct 'Open Shell at file path')
- Close codelite
- Open a CMD console

CODE:  SELECT ALL
cd \Path\to\codelite\src\Runtime 
update.bat


NOTE: you might need to change the 'update.bat' script to fit your actual installation paths

just need to change the following in the update.bat:
REM set TARGET_DIR=%ProgramFiles(x86)%
set TARGET_DIR=c:\Program Files\


to update source:

If you have a working copy of the svn, simply run: 'svn update' from the root directory of codelite sources

Or checkout a fresh copy of codelite

CODE:  SELECT ALL
svn co https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite-src

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值