GithubHelp home page GithubHelp logo

ondergormez / sharedobjectbuildingmakefiles Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 116 KB

This is a generic makefile project for compiling C and C++ programs that implement shared libraries. It also includes various examples for compiling C and C++ programs in Unix like operating systems.

License: GNU General Public License v3.0

Makefile 46.50% Shell 22.31% C++ 17.86% Perl 12.78% C 0.56%
makefile generic-makefile makefile-template shared-library shared-libraries shared-libs shared-lib shared-object shared-object-library unix

sharedobjectbuildingmakefiles's Introduction

Shared Object Building Makefiles

Shared Object Building Makefile project is a makefile that is used for compiling different libraries to shared object with the same makefile.

Contents

  1. Prerequisite Programs to be Installed
  2. Install/Uninstall Shared Object Building Makefiles
  3. Makefiles
    1. Shared Object Library Building Makefile
    2. Executable Project Building Makefile
  4. Key Notes
  5. Release Notes
  6. Contributing
  7. License

1. Prerequisite Programs to be Installed

# Debian / Ubuntu
apt-get install gcc g++ make git dos2unix

# Fedora
dnf install gcc g++ make git dos2unix

# CentOS / Red Hat Enterprise Linux
yum install gcc g++ make git dos2unix

# openSUSE
zypper install gcc g++ make git dos2unix

2. Install/Uninstall Shared Object Building Makefiles

Do this to install and run Shared Object Building Makefiles:

# download it - the directory 'sharedobjectbuildingmakefiles' will be created
git clone https://github.com/ondergormez/SharedObjectBuildingMakefiles.git --depth=100
cd SharedObjectBuildingMakefiles

# run script with root privileges to build, install, start sharedobjectbuildingmakefiles
chmod +x sharedobjectbuildingmakefiles-installer.sh
./sharedobjectbuildingmakefiles-installer.sh

Do this to uninstall Shared Object Building Makefiles:

# run script with root privileges to uninstall sharedobjectbuildingmakefiles
chmod +x sharedobjectbuildingmakefiles-uninstaller.sh
./sharedobjectbuildingmakefiles-uninstaller.sh

3. Makefiles

3.1. Shared Object Library Building Makefile

See detailed description at shared object library building makefile page.

3.2. Executable Project Building Makefile

See detailed description at executable project building makefile page.

4. Key Notes

Created shared object libraries (.so files) and their interfaces (.h files) copied in to "$HOME/SharedObjectBuildingMakefiles" path.

5. Release Notes

Click here to see release notes.

6. Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

7. License

GNU GPLv3

sharedobjectbuildingmakefiles's People

Contributors

ondergormez avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.