summaryrefslogtreecommitdiff
path: root/lscp.c
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@schweikhardt.net>2025-09-04 08:50:02 +0200
committerJens Schweikhardt <schweikh@schweikhardt.net>2025-09-04 08:50:02 +0200
commit2d1008bdae2ed913bba504b874babbcb92a62c4c (patch)
tree11121c86f5f49a3db98f533a8260e4883afd9020 /lscp.c
parentb26c6e24b365a8d5334d6d145ef8e79ff87b2db3 (diff)
How to use gallant with the FreeBSD loader.
Diffstat (limited to 'lscp.c')
-rw-r--r--lscp.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lscp.c b/lscp.c
index d4fdcde..9d3e8d1 100644
--- a/lscp.c
+++ b/lscp.c
@@ -20,6 +20,15 @@
* U+2a0d 1 a ⨍ b FINITE PART INTEGRAL
* U+2a0e 1 a ⨎ b INTEGRAL WITH DOUBLE STROKE
* U+2a0f 1 a ⨏ b INTEGRAL AVERAGE WITH SLASH
+ *
+ * PREREQUISITES
+ * The <uniname.h> header file
+ * FreeBSD:
+ * Install the devel/libunistring port.
+ *
+ * COMPILATION
+ * FreeBSD:
+ * cc -o lscp -I /usr/local/include -L /usr/local/lib -luninameslist -lunistring lscp.c
*/
#include <stdio.h>
#include <stdlib.h>