joshuaskelly / tmx2map

A tool for converting Tiled tilemaps into Quake maps!
MIT License
16 stars 4 forks source link

Proper Package & Pipfile #2

Open hrehfeld opened 6 years ago

hrehfeld commented 6 years ago

I had to do this to get it to run on my setup, and I think it's the recommended way to work with packages.

joshuaskelly commented 6 years ago

This is not meant to be a package, but rather a stand alone command line utility. I am curious how you are using it. From what I can tell the Pipfile is an artifact of the pipenv package which I do not have a dependency on.

Perhaps I need to improve my messaging on how to install and run this utility?

Installation

  1. Clone https://github.com/joshuaskelly/game-tools
  2. Go to the quake package directory and run make install
  3. Go to the root of tmx2map and run make install_dependencies

Let me know if this helps.