浏览代码

Made XFLAGS & XLIBS macros only

master
Bert 13 年前
父节点
当前提交
8f99adbbbd
共有 2 个文件被更改,包括 8 次插入9 次删除
  1. +6
    -2
      Makefile
  2. +2
    -7
      README.md

+ 6
- 2
Makefile 查看文件

@@ -1,10 +1,14 @@
VERSION = git-20110911
VERSION = git-20110912

CC = gcc
CFLAGS = -Wall -pedantic -O2
LDFLAGS =
LIBS = -lX11 -lImlib2

XFLAGS =
XLIBS =

DESTDIR =
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

@@ -17,8 +21,8 @@ options:
@echo "sxiv build options:"
@echo "CC = $(CC)"
@echo "CFLAGS = $(CFLAGS)"
@echo "XFLAGS = $(XFLAGS)"
@echo "LDFLAGS = $(LDFLAGS)"
@echo "XFLAGS = $(XFLAGS)"
@echo "XLIBS = $(XLIBS)"
@echo "PREFIX = $(PREFIX)"



+ 2
- 7
README.md 查看文件

@@ -74,16 +74,11 @@ enable the corresponding feature:
files according to their EXIF tag | | |

For instance, to enable GIF and EXIF support, the giflib and libexif libraries
need to be installed on your system and you either need to change the first
build command to:
need to be installed on your system and you need to change the first build
command to:

$ make XFLAGS="-DGIF_SUPPORT -DEXIF_SUPPORT" XLIBS="-lgif -lexif"

Or you need to run the following commands before building sxiv:

$ export XFLAGS="-DGIF_SUPPORT -DEXIF_SUPPORT"
$ export XLIBS="-lgif -lexif"

Usage
=====
sxiv has two modes of operation: image and thumbnail mode. The default is


||||||
x
 
000:0
正在加载...
取消
保存