首页 > 代码库 > centos7如何安装pandoc
centos7如何安装pandoc
1 Install stack1.1 Add the appropriate source repository:curl -sSL https://s3.amazonaws.com/download.fpcomplete.com/centos/7/fpco.repo | sudo tee /etc/yum.repos.d/fpco.repo1.2 Install:sudo yum -y install stack2 fetch the development pandoc code by cloning the repositorygit clone https://github.com/jgm/pandoccd pandocgit submodule update --init # to fetch the templates3 install the dependency libs:zlibsudo yum install zlib-devel4 install pandocstack setupstack install5 wait….6 Configure PATHvi /etc/profileAt the end of the file, add “export PATH=/root/pandoc/.stack-work/install/x86_64-linux/lts-6.14/7.10.3/bin:$PATH”Source /etc/profile
centos7如何安装pandoc
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。