forked fromJFreegman/toxic
- Notifications
You must be signed in to change notification settings - Fork4
Open
Milestone
Description
For some reason, not all the $LIBS from the Makefile were applying in the link stage.
As usual I am completely confused.
However I managed to compile by manually specifying -link libs in Makefile.
< @$(CC) $(CFLAGS) -o $(BUILD_DIR)/toxic $(OBJ) $(LDFLAGS)> @$(CC) $(CFLAGS) -o $(BUILD_DIR)/toxic $(OBJ) $(LDFLAGS) -ltoxcore -lncursesw -lconfig -lcurl -lX11 -lnotify -lqrencode -lpng
Perhaps this helps someone else build it.
Love this project btw! YES TEXT GAMES. I've got a bunch of WIP textgames that'd be perfect for toxic.
Metadata
Metadata
Assignees
Labels
No labels