How to install CopperSpice binary on Debian 10?

Discuss issues related to installing or building
Post Reply
opaque
Posts: 19
Joined: Sat Mar 28 2020 11:53 am

How to install CopperSpice binary on Debian 10?

Post by opaque »

I downloaded and extract the tar.bz2 archive on my home directory but don't know what to do next.
barbara
Posts: 447
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: How to install CopperSpice binary on Debian 10?

Post by barbara »

opaque wrote: Sat Mar 28 2020 12:00 pm I downloaded and extract the tar.bz2 archive on my home directory but don't know what to do next.
CopperSpice is a set of libraries intended for GUI application development. Now that you have the binaries the next step is to write a small application which can be linked with some of the libraries, depending on what your app requires. Here are a number of places to look for helpful information.
  • Tim has written two blogs about getting started with CopperSpice
    https://eolas.engineering/posts/
  • Our "CS Overview" documentation provides the build files for sample project called called HelloLunch
    https://www.copperspice.com/docs/cs_overview/index.html
  • API Documentation for CopperSpice
    https://www.copperspice.com/docs/cs_api_1.6/index.html
  • Our KitchenSink application has around 30 demos which highlight the capabilities and functionality of the CopperSpice libraries. Source code and prebuilt binaries are available on our download page or github.
    https://www.copperspice.com/docs/cs_overview/demo-ks.html
  • DoxyPress and DoxyPressApp applications used to generate documentation from C++ source files as well as programming languages such as C, C#, Fortran, IDL, Java, Objective-C, PHP, Python, and Tcl. Both applications are written in C++ and link with CopperSpice.
    https://www.copperspice.com/docs/doxypress/intro-doxypress.html
We hope this helps you get started.

Barbara
Post Reply