shiwk / chatfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatfs

Prerequisite

It is totally based on OSXFuse envirment. With lastest version of FUSE for OS X installed, fuse.pc file placed in /usr/local/lib/pkgconfig/ tells more details about cflags.

pkg-config fuse --cflags --libs

And else, nlohmann/json is used for chating request/response post data parsing. Make sure it has been installed.

Build & Clean

sh build.sh

sh clean.sh

Chat

screen_cap.mp4

Limitations

Only Apple Silicon of MacOS would be considered (dev/test) for now.

About

License:MIT License


Languages

Language:C++ 92.2%Language:Shell 4.2%Language:CMake 3.6%