Skip to content
View AmatarYI's full-sized avatar
🌴
On everlast vacation
🌴
On everlast vacation
Block or Report

Block or report AmatarYI

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Some way to include Boost library wi... Some way to include Boost library with correct Boost.Asio working in KDevelop IDE. Manjaro
    1
    cmake_minimum_required(VERSION 3.0)
    2
    
                  
    3
    project(project_name)
    4
    
                  
    5
    find_package(Boost 1.72.0)
  2. KDevelop compiler change configuring... KDevelop compiler change configuring CMake settings
    1
    cmake -D CMAKE_C_COMPILER="/usr/bin/gcc" -D CMAKE_CXX_COMPILER="/usr/bin/g++"
    2
    
                  
    3
    //in this scope I chose gcc compiler for C-files ang g++ for C++-files