antonvw / wex

wex is a library that offers windows ex and vi components
http://antonvw.github.io/wex-help/v24.10.0/html/index.html
MIT License
15 stars 5 forks source link
c-plus-plus cmake osx vim wxwidgets

wex library

wex contains a library that offers c++ ex and vi functionality.

The syncped application shows a usage of this library, offering a full featured source code text editor.

Requirements

Building

git clone --recursive https://github.com/antonvw/wex.git

for linux or osx

./build-gen.sh

for Visual Studio

.\build-gen.ps1

Use wex lib in your own application

install wex (on windows as administrator cmake.exe -P cmake_install.cmake) and do find_package(wex) in your CMakeLists.txt. This will provide the wex_FOUND, wex_INCLUDE_DIR, wex_LIB_DIR and wex_LIBRARIES variables. An example is the syncped editor.

Build process

Codacy Badge Coverage Status

Uses