Menu

Tree [0a5cba] master /
 History

HTTPS access


File Date Author Commit
 examples 2022-04-18 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [ac02ef] add list implementation accordingly wiht c++17
 include 2022-04-18 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [8ba7e3] removed tab
 inline 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [14b89f] Source folders moved up one level
 src 2022-04-18 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [0a5cba] removed tab
 template_include 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [14b89f] Source folders moved up one level
 template_src 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [14b89f] Source folders moved up one level
 toolchains 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [14b89f] Source folders moved up one level
 win.vc15 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [35738a] add project files for vs2017 win.vc15
 CMakeLists.txt 2022-04-18 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [1b89f6] add option for building examples
 CMakeLists.txt.user 2022-02-20 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [9dcef9] updated email
 CMakeLists.txt~ 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [14b89f] Source folders moved up one level
 FEDLibrary.kdev4 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [14b89f] Source folders moved up one level
 README.TXT 2022-02-17 Francesco Emanuele D'Agostino Francesco Emanuele D'Agostino [1621e8] fix call to cmake

Read Me

-------------------
 FEDLibrary (LGPLv3)
-------------------

A portable c++ library for common use.



* How to build and install
  ------------------------

- Requirements:
  - cmake  

## Download source code from www.sf.net
$ git clone git://git.code.sf.net/p/fedlibrary/git fedlibrary
$ cd fedlibrary

## Create building folder
$ mkdir build
$ cd build

## Run creating building scripts
$ cmake ../

## Build library both shared and static version will be created.
$ make

## Installa library, you must be root or sudoers
$ sudo make install

- Note:
  - by default following the steps above you will build the library 
    in release versioni, it is possible to add debug information just
    using cmake definition CMAKE_BUILD_TYPE=Debug  
    $ cd build
    $ cmake -DCMAKE_BUILD_TYPE=Debug ../ 
    $ make
 

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.