Skip to content
/ gycm Public
forked from jakeanq/gycm

A Geany plugin to support the ycmd code completion server

License

Notifications You must be signed in to change notification settings

KhazAkar/gycm

 
 

Repository files navigation

gycm

A Geany plugin to support the ycmd code completion server.

Currently kind of operational and very unstable.

Installation

Prerequisites:

  • jsoncpp headers
  • Neon headers
  • Geany headers
  • OpenSSL headers

After installing those, then execute

cmake .

After that, if everything went smoothly,

make

After it completes, it's (for now) necessary to put compiled gycm.so file using those commands:

sudo cp gycm.so /usr/lib64/geany - (For openSUSE)

sudo ldconfig

After those steps, GYCM should be available in Geany's Plugin Manager

See Also

About

A Geany plugin to support the ycmd code completion server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.4%
  • CMake 24.3%
  • Python 21.3%