Section One BBS

Welcome, Guest.


Subject: Setup Date: Sat Mar 14 2020 08:04 pm
From: Michael Dukelsky To: Rick Smith

Hello Rick,

Friday March 13 2020, Rick Smith wrote to Alan Ianson:

 RS> The GoldED manual refers to a install.txt doc.  I cannot find this is
 RS> any distribution that I have downloaded.  Do you know of it? Do you by
 RS> chance have it?

It is docs/building.txt in the sources. You may grab the sources this way:
$ cd
$ git clone https://github.com/golded-plus/golded-plus.git

Besides using standard makefile procedure you may also use rpmbuild if you have 
rpm-based Linux distribution. You'll need to install ncurses-devel and gcc-c++
(the names may differ in your distribution) and rename golded-plus directory to 
golded+ before running rpmbuild.

You may also use cmake:
$ cd golded3
$ cp -a mygolded.__h mygolded.h
Edit mygolded.h as you like
$ cd ..
$ cmake -H. -Bbuild -DBUILD_SHARED_LIBS=OFF
$ cmake --build build
Make a distribution rpm, deb, tgz (optional)
$ cpack -G RPM --config build/CPackConfig.cmake
$ cpack -G DEB --config build/CPackConfig.cmake
$ cpack -G TGZ --config build/CPackConfig.cmake
or install the built files (optional)
# cmake --build build --target install

Michael

... node (at) f1042 (dot) ru
--- GoldED+/LNX 1.1.5-b20170303
 * Origin: Moscow, Russia (2:5020/1042)

Previous Message       Next Message
In Reply To: Re: Setup (Rick Smith)
Replies: Re: Setup (Rick Smith)