Skip to content

Commit 917ab44

Browse files
authored
Merge pull request #3 from pengutronix/topic/libsplit
Split into application and library
2 parents a5cc234 + c1b108b commit 917ab44

File tree

8 files changed

+807
-625
lines changed

8 files changed

+807
-625
lines changed

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
/*.o
2-
/aclocal.m4
3-
/autom4te.cache
41
/build
5-
/compile
6-
/config.log
7-
/config.status
8-
/configure
9-
/depcomp
10-
/.deps
11-
/install-sh
12-
/Makefile
13-
/Makefile.in
14-
/missing
15-
/platsch

Makefile.am

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,18 @@ By adding a Signed-off-by line (e.g. using ``git commit -s``) saying::
141141

142142
(using your real name and e-mail address), you state that your contributions
143143
are in line with the DCO.
144+
145+
Compiling Instructions
146+
----------------------
147+
148+
.. code-block:: shell
149+
150+
meson setup build
151+
meson compile -C build
152+
153+
To ensure fast startup, ``platsch`` prefers using static libraries:
154+
155+
.. code-block:: shell
156+
157+
meson setup -Dprefer_static=true build
158+
meson compile -C build

configure.ac

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)