zoukankan      html  css  js  c++  java
  • Xmind8安装

    现在新版安装极其简单。是deb安装包Xmind8安装小书匠 kindle 

    参照官网安装方法,在此记录下来,方便自己查找。

    流程:


    55ccaad0655d256ac5fb9fea8aa8569d.png

    xmind8安装过程

    文字描述

    How to install XMind 8 on generic Linux
    1 Prepare files
    1.1 Download from http://www.xmind.net/download/linux/

    2 Extract
    2.1 unzip xmind-8-linux.zip -d xmind

    3 Move to /opt/
    3.1 sudo mv xmind /opt/

    4 Prepare directories
    4.1 Allow writes to configuration directory
    4.1.1 sudo chmod a+w /opt/xmind/XMind_amd64/configuration

    5 Edit configuration file /opt/xmind/XMind_amd64/XMind.ini
    5.1 Line2 change: ./configuration
    5.1.1 /opt/xmind/Xmind_amd64/configuration
    5.2 Line 4 change: ../workspace
    5.2.1 /home/USERNAME/workspace
    5.3 Line 6 & 8 change: ../plugins
    5.3.1 ../plugins

    6 Prepare fonts
    6.1 Create fonts directory
    6.1.1 sudo mkdir -p /usr/share/fonts/truetype/xmind
    6.2 Copy fonts
    6.2.1 sudo cp -R /opt/xmind/fonts/* /usr/share/fonts/truetype/xmind/
    6.3 Refresh font cache
    6.3.1 sudo fc-cache -f

    7 Create menu item
    7.1 Create file /usr/share/applications/xmind.desktop
    7.1.1 [Desktop Entry] Comment=Create and share mind maps. Exec=/opt/xmind/$(DIR)/XMind %F Name=XMind Terminal=false Type=Application Categories=Office; Icon=xmind
    7.2 Refresh gnome-shell if needed
    7.2.1 Press [Alt]+[F]
    7.2.2 type r
    7.2.3 Press [Enter]

    8 Done

    学技术之路太难,唯有坚持不懈!!!
  • 相关阅读:
    用c和c++的方式实现栈
    类的static成员并用其实现一个单例模式
    windows安装mongodb
    centos 安装beanstalkd
    使用 OAuth2-Server-php 在 Yii 框架上搭建 OAuth2 Server
    Git Windows客户端保存用户名与密码
    PHP 输入流 php://input
    yii accessRules用法
    php curl
    yii 初步安装
  • 原文地址:https://www.cnblogs.com/wushaogui/p/8793842.html
Copyright © 2011-2022 走看看