Skip to content

Commit

Permalink
edx-1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
ibara committed Aug 12, 2023
1 parent 2aa52f6 commit 16653c5
Show file tree
Hide file tree
Showing 7 changed files with 1,491 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
08/12/23 1.08 (OpenBSD)
Add configure script to ease building on non-OpenBSD platforms.
Add portable versions of snprintf, strlcat, and strlcpy.

08/11/23 1.07 (OpenBSD)
Fix -d flag handling.
Fix some warnings emitted by gcc-14.
Expand Down
14 changes: 0 additions & 14 deletions Makefile

This file was deleted.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
edx
===
Edx is a small Wordstar-like text editor for X11.

Building
--------
```sh
$ ./configure
$ make
$ sudo make install
```

X11 flags will be detected using
[`pkg-config`](https://www.freedesktop.org/wiki/Software/pkg-config/).

If you don't have `pkg-config`, X11 flags can be manually set using
the `--cflags` and `--ldflags` options to `configure`.
Loading

0 comments on commit 16653c5

Please sign in to comment.