diff options
| author | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-09-04 08:50:02 +0200 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-09-04 08:50:02 +0200 |
| commit | 2d1008bdae2ed913bba504b874babbcb92a62c4c (patch) | |
| tree | 11121c86f5f49a3db98f533a8260e4883afd9020 /lscp.c | |
| parent | b26c6e24b365a8d5334d6d145ef8e79ff87b2db3 (diff) | |
How to use gallant with the FreeBSD loader.
Diffstat (limited to 'lscp.c')
| -rw-r--r-- | lscp.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |
