libx11 0.0.1

Core X11 protocol client library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

BUILD

Default build use ldc2 as D compiler and build as a static lib. Use flag -j for speed up. Commonly we use this formula: number of cores x 2 + 1 so if you have 4 cores: 4 x 2 + 1 = 9 In this case you add to make command this flag -j 9.

  • ldc2: $ make
  • dmd: $ make DC=dmd
  • gdc: $ make DC=gdc
  • build as shared lib: $ make shared-lib
  • Add D flag to build $ make DCFLAGS+="-w -g -O3"

INSTALL

Usefull var PREFIX, LIBDIR, DATADIR, DESTDIR Default on *NIX: PREFIX = /usr BINDIR = /usr/bin INCLUDEDIR = /usr/include/d LIBDIR = /usr/lib or /usr/lib64 if you are on 64 bits system DATADIR = /usr/share

Default on Windows: %ProgramFiles% = C:\Program Files %programfiles(x86)% = C:\Program Files(x86)

PREFIX = C:\Program Files BINDIR = C:\Program Files\\bin INCLUDEDIR = C:\Program Files\DIR = C:\Program Files\\lib DATADIR = C:\Program Files\

DESTDIR = , is empty this var it use for chroot an install

  • Install: static lib, doc, header, pkgfile $ su -c 'make install'

-Install: shared lib, doc, header, pkgfile $ su -c 'make install-shared'

  • Install both static and shared lib: static lib, shared lib, doc, header, pkgfile $ su -c 'make install install-shared-lib'

If you install a shred lib you need to run ldconfig: su -c 'ldconfig'

Dependencies:
none
Versions:
0.0.1 2021-Mar-29
~master 2021-Mar-29
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 4 downloads this month

  • 78 downloads total

Score:
2.5
Short URL:
libx11.dub.pm