Giter VIP home page Giter VIP logo

enlightenment-slackbuilds's Introduction

This is a collection of SlackBuilds for building enlightenment [1] packages for
Slackware GNU/Linux [2].

You only need to run one single script 'build-git' to build all the packages.
Like this:

  # ./build-git

Script will build and then install every package. Packages will be available
in the +packages-git-$(date +%F)/ directory; themes will be available in the
+themes-git-$(date +%F)/ directory (you need to manualy install them).
It also computes pretty dependencies graph which you can view with dotty(1)
or kgraphviewer [3] (you will need requiredbuilder [4] and graphviz [5]).

There are also SlackBuilds for stable versions of the e19 packages and the
script called 'build-e19' that works in the same manner as 'build-git'.

Note that all SlackBuilds are completely independent from each other. So if
you want to update only one component, you can do it easily. Let's assume you
need fresh version of terminology application. You build the package like this:

  # cd terminology
  # ./terminology-git.SlackBuild

This will build the package for you. You can then upgrade/install it with

  # upgradepkg --install-new terminology-*.txz

By default all SlackBuilds run only one job to compile the source code. If you
want make to run several jobs simultaneously, set MAKEFLAGS to "-j[N]" where N
is a desired number of jobs. To get good CPU utilization run following:

  # MAKEFLAGS="-j$(( $(getconf _NPROCESSORS_ONLN) + 1 ))" \
    ./build-git


[1] http://enlightenment.org
[2] http://slackware.com
[3] http://www.kde.org/applications/graphics/kgraphviewer/
[4] http://www.stabellini.net/requiredbuilder.html
[5] http://graphviz.org

enlightenment-slackbuilds's People

Contributors

garik avatar

Watchers

 avatar  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.