GithubHelp home page GithubHelp logo

artpej / vim-qt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from equalsraf/vim-qt

0.0 2.0 0.0 13.8 MB

An experimental Qt gui for Vim - If this works for you (or if it doesn’t) send a tweet with hashtag #vim_qt. If you wanna have a quick chat check freenode ##vim_qt

Home Page: https://bitbucket.org/equalsraf/vim-qt/

vim-qt's Introduction

This is README for the Qt GUI - if you want the VIM README check README.txt

Compiling VIM with the Qt gui

Building on Linux/BSD systems

For the most part you can build it as you would build vim with support for another gui, just issue the following commands:

$ ./configure --enable-gui=qt
$ make  

All the regular configure options apply. Just don’t forget, you need libqt and libqt4-devel now. Usually you'll want to pass in something like:

./configure --prefix=/usr/ --with-features=huge --with-vim-name=qvim --enable-gui=qt

If configure is unable to find Qt, try passing in the Qt base dir as follows:

./configure <...> --with-qt-dir=/usr/lib/qt4

The vim binary will be created under src/vim.

Building on Windows

As of commit c0956732b437 we have some initial support to build vim-Qt in windows. You can build vim-Qt for windows provided that you have Qt, CMake and an adequate compiler(Mingw or Visual Studio).

Naturally you need to have Qt installed. The best way to do this depends on your setup - check the Qt website for more details and keep in mind that you need to match your Qt library version with your compiler.

Visual Studio 2010

From the VS console:

$ cmake -G NMake Makefiles PATH_TO_QTVIM\src
$ nmake

This will generate a binary, qvim.exe. Keep the runtime folder in the same folder as qvim.exe, otherwise vim will not have access to menus and configuration files.

MinGW

Make sure all mingw tools are in your path (i.e. gcc, mingw32-make), and then from your console:

$ cmake -G MinGW Makefiles PATH_TO_QTVIM\src
$ mingw32-make

vim-qt's People

Contributors

abuus avatar adaptee avatar ellbur avatar equalsraf avatar lgeo3 avatar

Watchers

 avatar  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.