Skip to content

Instantly share code, notes, and snippets.

View dogukanarat's full-sized avatar
🎲
Programming

Doğukan Arat dogukanarat

🎲
Programming
View GitHub Profile
@dogukanarat
dogukanarat / ConsoleLog.c
Created March 23, 2023 14:30
Console log functions implemented in C language
#include <stdio.h>
#include <unistd.h>
#include <time.h>
#define COLOR_BLACK "\033[0;30m"
#define COLOR_RED "\033[0;31m"
#define COLOR_GREEN "\033[0;32m"
#define COLOR_YELLOW "\033[0;33m"
#define COLOR_BLUE "\033[0;34m"
#define COLOR_PURPLE "\033[0;35m"
./configure -prefix ~/Qt/5.12.12 -DCMAKE_OSX_ARCHITECTURES="x86_64" -static -opensource -confirm-license -debug -gui -widgets -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d -skip qtconnectivity -skip qtdatavis3d -skip qtdeclarative -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtlocation -skip qtmacextras -skip qtnetworkauth -skip qtpurchasing -skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtsvg -skip qttranslations -skip qtvirtualkeyboard -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtx11extras -sqlite