当前位置: 首页 > 工具软件 > Ledger > 使用案例 >

ledger在ubuntu上编译

齐昊
2023-12-01

ledger在ubuntu上编译

  1. 安装环境依赖
     apt-get install build-essential cmake doxygen \
     libboost-system-dev libboost-dev python3-dev gettext git \
     libboost-date-time-dev libboost-filesystem-dev \
     libboost-iostreams-dev libboost-python-dev libboost-regex-dev \
     libboost-test-dev libedit-dev libgmp3-dev libmpfr-dev texinfo tzdata
  1. 下载代码及编译
     git clone https://github.com/ledger/ledger.git
  1. 编译 $ ./acprep update
 类似资料: