File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,20 @@ The original code mirrored from sf.net is tagged as
15
15
[ "mirrored"] ( https://github.com/hwipl/purpled/releases/tag/mirrored ) . See
16
16
README for original description and INSTALL for original building information.
17
17
18
- Later commits contain the following changes:
18
+ Later commits contain the changes described in the "Changes" section.
19
+
20
+ ## Installation:
21
+
22
+ You can install purpled with the following steps:
23
+
24
+ * Download [ purpled] ( https://github.com/hwipl/purpled )
25
+ * Build and install purpled with:
26
+ * ` meson builddir `
27
+ * ` ninja -C builddir install `
28
+
29
+ Note: these steps require the [ meson] ( https://mesonbuild.com/ ) build system.
30
+ In case you want to use the old Makefiles etc., you can find them in the ` orig `
31
+ directory.
19
32
20
33
## Changes:
21
34
* v0.2:
@@ -25,7 +38,6 @@ Later commits contain the following changes:
25
38
more CR/LF message terminations. Introduced ` info: ` and ` error: ` message
26
39
types.
27
40
* Introduced command line parameter to specify working directory.
28
- * ...
29
41
* v0.1:
30
42
* Support for Unix Domain Sockets/AF\_ UNIX sockets; use command line
31
43
parameter ` -i ` for an AF\_ INET socket and ` -u ` for an AF\_ UNIX socket
You can’t perform that action at this time.
0 commit comments