Giter Site home page Giter Site logo

vofa's Introduction

在Windows子系统Ubuntu安装vofa+

准备工作

  1. 首先装好 Ubuntu 子系统

  2. 下载 vofa+_1.3.10_amd64.deb、libcrypto.so.1.1 两个文件

  3. 将 vofa+_1.3.10_amd64.deb、libcrypto.so.1.1拷贝到tmp目录下

  4. 进入到tmp目录安装vofa+

    cd /tmp
    sudo dpkg -i vofa+_1.3.10_amd64.deb
  5. 进入到opt目录检查vofa+运行状况

    cd /opt/vofa+
    ./vofa+
  6. 这里会错误提示,缺少openssl库的加密解密文件 01

  7. 拷贝 libcrypto.so.1.1 文件到 /opt/vofa+/lib 目录下

    sudo mv /tmp/libcrypto.so.1.1 /opt/vofa+/lib/
  8. 再次检查vofa+运行状况,还有错误提示,缺少UI界面依赖 02

  9. 安装qt5-image-formats-plugins库

    sudo apt-get install qt5-image-formats-plugins
  10. 之后即可正常打开vofa+,不过界面可能会乱码,不能正常显示中文

  11. 这里需要安装中文支持包和常用的中文字体

    sudo apt-get install language-pack-zh-hans
    sudo apt-get install fonts-wqy-zenhei

重启vofa+,就可以正常使用vofa+

vofa's People

Contributors

viimssa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.