diff options
author | Rich Felker <dalias@aerifal.cx> | 2007-11-09 14:46:43 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2007-11-09 14:46:43 +0000 |
commit | c7e022c231918ebb3cbe7d27c47a59aafdc4be36 (patch) | |
tree | cef02fb305996b161ccdafbf1a0cde6a0a0f218e | |
parent | 014229aefb2172d261f69b65bddf62edcb220b1f (diff) |
omit uuterm-fb so the default makefile is portable
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -14,7 +14,7 @@ LDFLAGS_X11 = -L/usr/X11R6/lib YTTY_BASE = ./ytty/ -ALL := uuterm-x11 uuterm-fb ucfcomp $(YTTY_BASE)ytty.ucf +ALL := uuterm-x11 ucfcomp $(YTTY_BASE)ytty.ucf CLEAN := $(ALL) $(OBJS) $(OBJS_FB) $(OBJS_X11) include $(YTTY_BASE)Makefile @@ -13,8 +13,9 @@ fbcon version to other framebuffer devices (wscons, PC hardware, SDL, With that said, building is just a matter of running "make". If you need special CFLAGS options or a nondefault compiler (CC), put them in a file named config.mak and they will automatically be used. Should be -self-explanatory. You can also disable uuterm-fb here if you're not -using Linux. +self-explanatory. uuterm-fb is not built by default since it depends +on Linux fbcon. Either run "make uuterm-fb" or edit config.mak to have +it built if you wish to use it. To start using uuterm, simply run "uuterm-fb" or "uuterm-x11" with the TERM environment variable set to "linux", or "uuterm" if you install |