Skip to content

Commit

Permalink
Merge pull request #3 from pengutronix/topic/libsplit
Browse files Browse the repository at this point in the history
Split into application and library
  • Loading branch information
bith3ad authored Aug 8, 2024
2 parents a5cc234 + c1b108b commit 917ab44
Show file tree
Hide file tree
Showing 8 changed files with 807 additions and 625 deletions.
14 changes: 0 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
/*.o
/aclocal.m4
/autom4te.cache
/build
/compile
/config.log
/config.status
/configure
/depcomp
/.deps
/install-sh
/Makefile
/Makefile.in
/missing
/platsch
23 changes: 0 additions & 23 deletions Makefile.am

This file was deleted.

15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,18 @@ By adding a Signed-off-by line (e.g. using ``git commit -s``) saying::

(using your real name and e-mail address), you state that your contributions
are in line with the DCO.

Compiling Instructions
----------------------

.. code-block:: shell
meson setup build
meson compile -C build
To ensure fast startup, ``platsch`` prefers using static libraries:

.. code-block:: shell
meson setup -Dprefer_static=true build
meson compile -C build
13 changes: 0 additions & 13 deletions configure.ac

This file was deleted.

Loading

0 comments on commit 917ab44

Please sign in to comment.