···1971974. Run the following command to build the project
198198199199```sh
200200-mkdir -p build && cd build
201201-../tools/configure --target=sdlapp --type=N --lcdwidth=320 --lcdheight=240 --prefix=$HOME/.local
200200+mkdir -p build-lib && cd build-lib
201201+../tools/configure --target=sdlapp --type=N --lcdwidth=320 --lcdheight=240 --prefix=/usr/local && cp ../autoconf/autoconf.h .
202202make zig
203203```
204204
+3-2
apps/apps.make
···1111SRC += $(call preprocess, $(APPSDIR)/SOURCES)
1212LIB_SRC += $(call preprocess, $(APPSDIR)/SOURCES)
1313LIB_SRC += $(BUILDDIR)/lang/lang_core.c
1414-LIB_SRC += $(BUILDDIR)/apps/bitmaps/mono/*.c
1515-LIB_SRC += $(BUILDDIR)/apps/bitmaps/native/*.c
1414+LIB_SRC += $(BUILDDIR)/apps/bitmaps/mono/default_icons.c
1515+LIB_SRC += $(BUILDDIR)/apps/bitmaps/native/rockboxlogo.320x98x16.c
1616+LIB_SRC += $(BUILDDIR)/apps/bitmaps/native/usblogo.176x48x16.c
16171718# apps/features.txt is a file that (is preprocessed and) lists named features
1819# based on defines in the config-*.h files. The named features will be passed