dim包在ubuntu下的配置

dim包在ubuntu下的配置

dim包是在windows下开发的,所以在文件路径上和传统的unix有些不一样.所以我们在使用dim之前需要 对dim 进行dos2unix转换

一丶 一般电脑是没有dos2unix/unix2dos 命令的 需要我们手动去安装

  1. 下载相应的Dos2Unix包 比如下载到的是hd2u-1.0.0.tgz

  2. tar -zxf hd2u-1.0.0.tgz

  3. cd hd2-1.0.0

  4. ./configure

    Configuring hd2u 1.0.0
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for getopt_long in -lpopt... no
    configure: error: *** libpopt not found  //报错了  找不到popt库

二丶安装rpm工具和popt库

  1. 解析rpm文件需要安装rpm工具 所以我们需要先安装rpmsudo apt-get install rpm就好

  2. 下载popt库 下载最新的就好 比如我下载到的是popt-1.15.tar.gz

  3. 在popt-1.15.tar.gz 目录下执行命令 tar -xf popt-1.15.tar.gz

  4. cd popt-1.155. ./configure 之后 sudo make 接着 sudo make install 这样就生成了popt库文件 安装成功反馈信息如图
    clipboard.png

  5. 现在可以回到 cd hd2-1.0.0 进入hd2-1.0.0目录后

  6. 接着执行 ./configure 之后make 接着make install

  7. whereis dos2unix 看看是否有输出 有输出说明安装成功

  8. 此刻 基本的库都安装完成了, 通过which dim找到dim的地址 使用 `dos2unix <dim的地址> 便可 信息如图
    clipboard.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值