Giter Club home page Giter Club logo

libemail's Introduction

libemail is email library in C++.

https://doc.qt.io/qt-6.2/macos.html

Building

Ubuntu

cmake -B bld-debug --install-prefix ~/_emailkit_build -GNinja -DCMAKE_BUILD_TYPE=Debug cmake --build bld-debug cmake --install bld-debug

git submodule init --recursive --update
sudo apt install ninja-build
sudo apt install pkg-config 
sudo apt install libssl-dev
sudo apt install python3-distutils
sudo apt install qt5-default
sudo apt install qtwebengine5-dev

MacOS

export SDKROOT=(xcrun --sdk macosx --show-sdk-path)

For Gcc 13 one need: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082

Without NODEJS module

Project supposed to be build with simplest cmake command

cmake -B bld .

But if you don't have nodejs environment and/or don't need to build nodejs module, you can skip this with option: -DEXCLUDE_NODE_MODULE=on

If you want to use specific nodejs version this can be specifed as well with option NODE_JS_BINARY: -DNODE_JS_BINARY=/opt/my-custom-node/bin/node

0(vX(V#j45Ka

libemail's People

Contributors

lsem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.