-
Notifications
You must be signed in to change notification settings - Fork 0
Notifications
You must be signed in to change notification settings
mariux64/cmirror
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Clone using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
To install with static glib (e.g. when system glib is to old): ============================================================== git clone https://github.com/GNOME/glib.git glib_src git -C glib_src checkout 2.70.5 mkdir glib_build meson setup glib_build glib_src --buildtype release -Ddefault_library=static cd glib_build ninja build patch -p1 Makefile <<'EOF' diff --git a/Makefile b/Makefile index 921b373..7a0bd0c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS += -O3 CFLAGS += -g -Wall -Wextra -Werror -CFLAGS += $(shell pkg-config --cflags glib-2.0) -LDLIBS += $(shell pkg-config --libs glib-2.0) +CFLAGS += -Iglib_src -Iglib_src/glib -Iglib_build/glib +LDLIBS += -Lglib_build/glib -lglib-2.0 -lpthread -lpcre cmirror: cmirror.c EOF make
About
No description, website, or topics provided.