OpenBangla-Keyboard icon indicating copy to clipboard operation
OpenBangla-Keyboard copied to clipboard

This Ubuntu release "24.04" is not supported

Open niamotullah opened this issue 1 year ago • 1 comments

$ bash -c "$(wget -q https://raw.githubusercontent.com/OpenBangla/OpenBangla-Keyboard/master/tools/install.sh -O -)"
|-------------------------------------------------------|
|-----Welcome to the OpenBangla Keyboard installer------|
|-------------------------------------------------------|

This helper script will install/update OpenBangla Keyboard in your system.
You might need to type your password for the installation to proceed.

After the installation completes successfully, you would need to configure
your desktop environment for OpenBangla Keyboard to work.
Visit https://github.com/OpenBangla/OpenBangla-Keyboard/wiki/Configuring-Environment
for instructions on how to configure your desktop environment.
--------------------------------------------------------

Downloading installation package for ubuntu ...
This Ubuntu release "24.04" is too young or too old for me to handle

niamotullah avatar May 02 '24 17:05 niamotullah

You can build manually.

asifakonjee avatar May 04 '24 18:05 asifakonjee

I have updated the script. Please report if the bug still persists.

mominul avatar May 23 '24 12:05 mominul

I have updated the script. Please report if the bug still persists.

➜ cmake ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Cargo Home: /home/niamotullah/.cargo
-- Rust Compiler Version: 1.78.0
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") 
-- Checking for module 'ibus-1.0'
--   Found ibus-1.0, version 1.5.29-rc2
-- Checking for module 'libzstd'
--   Found libzstd, version 1.5.5
CMake Error at src/engine/CMakeLists.txt:8 (add_subdirectory):
  The source directory

    /home/niamotullah/working/OpenBangla-Keyboard/src/engine/riti

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!

Edit: Well the installation script seems fine bash -c "$(wget -q https://raw.githubusercontent.com/OpenBangla/OpenBangla-Keyboard/master/tools/install.sh -O -)"

niamotullah avatar Jun 04 '24 17:06 niamotullah