Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: gam on May 01, 2021, 11:02:38 PM

Title: what extensions are required to build an app from source code?
Post by: gam on May 01, 2021, 11:02:38 PM
I want to install an ibus input method (readme in github: https://translate.google.com/translate?sl=vi&tl=en&u=https://github.com/BambooEngine/ibus-bamboo/wiki/Hướng-dẫn-cài-đặt-từ-mã-nguồn (https://translate.google.com/translate?sl=vi&tl=en&u=https://github.com/BambooEngine/ibus-bamboo/wiki/Hướng-dẫn-cài-đặt-từ-mã-nguồn))
So do I need to install autoconf automake cmake compiletc or only make.tcz to compile source code ?
Thanks.
Title: Re: what extensions are required to build an app from source code?
Post by: Rich on May 01, 2021, 11:27:01 PM
Hi amg
It looks like you need to install:
compiletc
go
libX11-dev
libXtst-dev
Title: Re: what extensions are required to build an app from source code?
Post by: gam on May 01, 2021, 11:50:37 PM
Thanks :)
Title: Re: what extensions are required to build an app from source code?
Post by: polikuo on May 05, 2021, 12:48:28 AM
What arch are you using ? (x86, x86_64)
To compile IM for IBus, you'll need ibus-dev
Depends on your IM, you'll also need python2.7-dev or python3.6-dev