reback00 6ed0b82f9e cudatext-gtk: Added build troubleshooting | 4 rokov pred | |
---|---|---|
.. | ||
README.md | 4 rokov pred | |
template | 4 rokov pred |
cudatext-gtk
package for Void LinuxThis package provides CudaText (GTK variant), the multi-caret, multi-platform, extensible and infinitely customizable text editor. It is similar to Sublime in many ways and can utilize (some of?) Sublime's plugins. It's configuration options are impressive, huhdreds of options. You can customize it to suit every bit of behavior you want out of it. If you want a FOSS alternative to Sublime, this is it. I use it daily and love it.
The template file is prepared for use with xbps-src in Void Linux.
sudo xbps-install xtools
git clone https://github.com/void-linux/void-packages
cd void-packages
./xbps-src binary-bootstrap
# Do the above once if not done already.
# Copy this `cudatext-gtk` folder under `srcpkgs` folder, then...
./xbps-src pkg cudatext-gtk
xi cudatext-gtk
If build fails for some reason, delete lazarus .xbps and .sig files from hostdir/repocache-x86_64/
. Then build lazarus from source: ./xbps-src pkg lazarus
. Afterwards, run ./xbps-src pkg cudatext-gtk
to build the package. This is probably because some other package has been updated and the lazarus package was built against its previous version, not the new one.
Help from: