Giter Club home page Giter Club logo

Comments (8)

fallahn avatar fallahn commented on August 31, 2024

Hi
Make sure you have installed g++, git and cmake via apt.

Clone this repository to somewhere:

mkdir ~/repositories && cd ~/repositories
git clone https://github.com/fallahn/tmxlite.git

Then use cmake to build/install the library

cd tmxlite/tmxlite && mkdir build && cd build
cmake ..
sudo make install

More info can be found on the quickstart guide: https://github.com/fallahn/tmxlite/wiki/Quick-Start

from tmxlite.

WilliamWangPeng avatar WilliamWangPeng commented on August 31, 2024

Hi
Make sure you have installed g++, git and cmake via apt.

Clone this repository to somewhere:

mkdir ~/repositories && cd ~/repositories
git clone https://github.com/fallahn/tmxlite.git

Then use cmake to build/install the library

cd tmxlite/tmxlite && mkdir build && cd build
cmake ..
sudo make install

More info can be found on the quickstart guide: https://github.com/fallahn/tmxlite/wiki/Quick-Start

hi dear fallahn
I did the steps as you said, nowadays when I install https://github.com/connorkuehl/sdl2-tiled-example,
image

the errors are:
image

I don't know why?

thank you
Best Regards
William

from tmxlite.

fallahn avatar fallahn commented on August 31, 2024

This looks to be a problem with the cmake configuration in the sdl2 example. Try copying the updated FindTMXLITE.cmake file from the tmxlite/cmake/modules directory to the sdl2-tiled-example/cmake directory.

from tmxlite.

WilliamWangPeng avatar WilliamWangPeng commented on August 31, 2024

This looks to be a problem with the cmake configuration in the sdl2 example. Try copying the updated FindTMXLITE.cmake file from the tmxlite/cmake/modules directory to the sdl2-tiled-example/cmake directory.

thank you dear
I have another question which is how to set "cmake multi-thread disabled" in cmake building?

thank you
Best Regards
Wiiliam

from tmxlite.

WilliamWangPeng avatar WilliamWangPeng commented on August 31, 2024

This looks to be a problem with the cmake configuration in the sdl2 example. Try copying the updated FindTMXLITE.cmake file from the tmxlite/cmake/modules directory to the sdl2-tiled-example/cmake directory.

thank you dear expert
I have followed your advice which still reports the problem,

image

image

maybe it is the problem of sdl2-example, I have reported to them but no reply until now
connorkuehl/sdl2-tiled-example#2 (comment)

thank you for your kindness :)
by the way, do you know how to disable multi-thread when using cmake?

thank you again
best regards
William

from tmxlite.

fallahn avatar fallahn commented on August 31, 2024

This looks like a mis-configuration of CMAKE_MODULE_PATH in the cmake file provided with the sdl2 example. Check that this is set to the correct directory.

Alternatively try the OpenGL example included with TMXLite as this also uses SDL2.

I don't know what the multi-thread option is. If it is a cmake option then you will need to check the cmake documentation.

from tmxlite.

WilliamWangPeng avatar WilliamWangPeng commented on August 31, 2024

This looks like a mis-configuration of CMAKE_MODULE_PATH in the cmake file provided with the sdl2 example. Check that this is set to the correct directory.

hi dear fallahn @fallahn
The CMAKE_MODULE_PATH in the sdl2 example is here, how can we correct? I have included the tmxlite-master in the main directory of the sdl2 example.
image

image

Alternatively try the OpenGL example included with TMXLite as this also uses SDL2.
Could you give me the linking of OpenGL example? the reason why I use sdl2 example is that sdl2 example uses rendering method.

I don't know what the multi-thread option is. If it is a cmake option then you will need to check the cmake documentation.

I found just now, which was defined in CMakeLists.txt using CMAKE_FLAGS( -pthread )

thank you for your kindness
Best Regards
William

from tmxlite.

antonialoytorrens avatar antonialoytorrens commented on August 31, 2024

I have also run into the same issue.

Seems that the original author of https://github.com/connorkuehl/sdl2-tiled-example did a Rename of cmake_modules folder, but forgot about updating it in CMakeLists.txt.

As the repository is now read-only, here's the needed patch that builds the repository successfully.

fix-build.patch.zip

This issue can be closed.

from tmxlite.

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.