Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器

首页 / 操作系统 / Linux / 详解ubuntu下安装borland together过程

项目写文档的时候需要划uml图,老大说统一使用together画。不得已,要在linux下装together。安装步骤:

1.到这里http://www.borland.com/downloads/download_together.html下载together的试用版。需要填写一个表格,如实填写就好了。特别是国家地区省份等要填写的一致,否则,就要清楚cookie再填写一遍。

2.下载得到bin安装文件,因为是用InstallAnywhere打包的,所以,安装会出错,总提示找不到××库。

grep: error while loading shared libraries: libc.so.6: cannot open shared object
file: No such file or directory

是安装脚本中有个环境变量设置有错与新版本的glibc不兼容,所以将其注释掉就可以了,运行如下命令:

假设安装文件名为together_for_linux.bin
cp together_for_linux.bin together_for_linux.bin.bak
cat together_for_linux.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > together_for_linux.new.bin

3.运行新得到的bin文件就可以了
./together_for_linux.new.bin

4.破解,因为是15天试用版,有些功能不可用,比如画UML图,这么关键的问题一定要解决。在windos下的together破解比较多,有一个是拷贝jar文件破解的,这个破解方法对于linux版本一样有效,所以,随便搜索个together在windows下的破解方法就可用了。易游LINUX文件服务器安装教程Linux分区工具的使用详解相关资讯      borland together  本文评论 查看全部评论 (0)
表情: 姓名: 字数