guerinoni / qTsConverter

A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
MIT License
42 stars 16 forks source link

[BUG] Build instructions provided in the README doesn't work #20

Closed larpon closed 4 years ago

larpon commented 4 years ago

Describe the bug

A clear and concise description of what the bug is.

The build instructions provided in the README doesn't work.

  1. It seems like the repository should be checked out with the --recursive flag?
  2. I tried following the instructions and immediately got an error:
    CMake Error: The source directory "" does not exist.
    Specify --help for usage, or press the help button on the CMake GUI.

    I also ended up with a build/ directory in my projects folder

To Reproduce

Steps to reproduce the behavior:

  1. Follow the steps in the README

Expected behavior

A clear and concise description of what you expected to happen.

A working build

Screenshots

If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information):

Additional context

Add any other context about the problem here.

I ended up using Qt Creator which worked

guerinoni commented 4 years ago

Yes, confirm, sorry about that! You should clone with recursive for submodules... I will fix README in a few time