Installing Liteide (Go language development tool)

Source: Internet
Author: User
This is a creation in Article, where the information may have evolved or changed.

Prerequisites

Use liteide development Golang need to install the Go language development environment.

Go

Begin by installing the Go language runtime. Detailed instructions can be found athttp://golang.org/doc/install.html. Testing your installation before continuing is highly recommended.

Install from binary

Http://sourceforge.net/projects/liteide/files

Windows

Download the archive and extract it into C \

Linux and MacOSX

Download the archive and extract it into/usr/local or $HOME

Building from Source

Source code for Liteide can is found at https://github.com/visualfc/liteide. You'll need to install QT4/QT5 on order to compile the source. Qt can is obtained fromhttps://qt-project.org/downloads or from your distribution ' s package Manager.

Windows

> git clone https://github.com/visualfc/liteide.git> set QTDIR=c:\Qt\Qt484> set MINGWDIR=c:\Qt\MinGW> cd liteide/build> update_pkg.cmd> build_mingw.cmd> deploy_qt4.8_webkit.cmd

Linux

$ git clone https://github.com/visualfc/liteide.git$ export QTDIR=$HOME/QtSDK/Desktop/Qt/484/gcc$ cd liteide/build$ ./update_pkg.sh$ ./build_linux.sh$ ./deploy_linux_qt4.8_webkit.sh

Ubuntu

$ git clone https://github.com/visualfc/liteide.git$ sudo apt-get update$ sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui$ cd liteide/build$ ./update_pkg.sh$ QTDIR=/usr ./build_linux.sh## Run it: ##$ cd ~/liteide/build/liteide/bin$ ./liteide

Mac OS X

$ git clone https://github.com/visualfc/liteide.git$ export QTDIR=$HOME/QtSDK/Desktop/Qt/484/gcc$ cd liteide/build$ ./update_pkg.sh$ ./build_osx.sh$ ./deploy_osx_qt4.sh

Openbsd

$ git clone https://github.com/visualfc/liteide.git$ export QTDIR=/usr/local/lib/qt4$ cd liteide/build$ ./update_pkg.sh$ ./build_openbsd.sh## Run it: ##$ export LD_LIBRARY_PATH=$HOME/liteide/build/liteide/bin:$LD_LIBRARY_PATH$ cd ~/liteide/build/liteide/bin$ ./liteide

Be sure to set qtdir (and mingwdir for Windows users) accordingly based on your local environ ment.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.