Skip to content

Automatically exported from code.google.com/p/wowmapviewer

Notifications You must be signed in to change notification settings

ornfelt/wowmapviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On linux:

cd src
mkdir build && cd build
cmake .. && make -j$(nproc)
Usage example:
./wowmapview -gamepath /media/2024/cata/Data/

On windows:
Use cmake with win32 and compile ALL_BUILD option...
In: build\Release
.\wowmapview.exe -gamepath "D:\2024\cata\Data\"

Old:
compile stormlib with 'make -f Makefile.linux'
then compile wowmapviewer in src/ with a plain old 'make'
run './wowmapview -gamepath ...../Program\ Files/World\ of\ Warcraft/Data/' in bin/

About

Automatically exported from code.google.com/p/wowmapviewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.2%
  • C++ 13.9%
  • Assembly 8.9%
  • HTML 8.3%
  • Shell 2.5%
  • Roff 1.9%
  • Other 2.3%