Code Monkey home page Code Monkey logo

Comments (5)

karliss avatar karliss commented on May 20, 2024 1

It's probably because you didn't perform the install step. For everything to work properly files need to be placed in appropriate folder structure that's what the install step does.

If you directly run the compiled binary it's good enough for most development work. But for some specific features or if you actually want to use the build long term, it might be necessarily to do the installation step .

from cutter.

ITAYC0HEN avatar ITAYC0HEN commented on May 20, 2024

Thanks for reaching out @EGQM :)
How did you build Cutter exactly?

Translations are included as a submodule:

cutter/.gitmodules

Lines 4 to 6 in 5750139

[submodule "src/translations"]
path = src/translations
url = https://github.com/rizinorg/cutter-translations

Included in CMakeLists:

include(Translations)

And handled in Translations.cmake
https://github.com/rizinorg/cutter/blob/575013904100efdc71cbb9b614e4a1587f94ac7e/cmake/Translations.cmake

from cutter.

EGQM avatar EGQM commented on May 20, 2024

@ITAYC0HEN thank you for your help.
I compiled Cutter in the following way:

sudo apt install build-essential cmake meson libzip-dev zlib1g-dev qtbase5-dev libqt5svg5-dev qttools5-dev qttools5-dev-tools 
git clone --recurse-submodules https://github.com/rizinorg/cutter --depth=1
cd  cutter
mkdir build && cd build
cmake ..
cmake --build .

from cutter.

EGQM avatar EGQM commented on May 20, 2024

The .qm files exist in ./build/src/translations, but after I run cutter, I can‘t modify the Language option.

from cutter.

EGQM avatar EGQM commented on May 20, 2024

@karliss thank you very much.
After installation,it works.

from cutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.