faraoman / KDevelopTemplates

This repository contains all my KDevelop templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDevelopTemplates

Requirements

Arch: pacman -S make cmake extra-cmake-modules kapptemplate

Configuration and installation

Configuration

  • Cloning this repo, create the build folder (mkdir build)
  • Execute cmake configuration and generation (cmake -S ~/ -B ~/build/)
  • Inside the build folder, execute the make command (make)

Installation

Now go to parent folder and execute the script package.sh (./package.sh) `

All Done!

About

This repository contains all my KDevelop templates


Languages

Language:Shell 56.2%Language:C++ 13.1%Language:Java 9.3%Language:CMake 9.2%Language:Python 6.1%Language:Makefile 3.8%Language:C 1.4%Language:JavaScript 1.0%