WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: what extensions are required to build an app from source code?  (Read 1776 times)

Offline gam

  • Jr. Member
  • **
  • Posts: 53
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)
So do I need to install autoconf automake cmake compiletc or only make.tcz to compile source code ?
Thanks.
« Last Edit: May 01, 2021, 08:04:48 PM by amg »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: what extensions are required to build an app from source code?
« Reply #1 on: May 01, 2021, 08:27:01 PM »
Hi amg
It looks like you need to install:
compiletc
go
libX11-dev
libXtst-dev

Offline gam

  • Jr. Member
  • **
  • Posts: 53
Re: what extensions are required to build an app from source code?
« Reply #2 on: May 01, 2021, 08:50:37 PM »
Thanks :)

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: what extensions are required to build an app from source code?
« Reply #3 on: May 04, 2021, 09:48:28 PM »
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