ucdavis / wayfinding

jQuery plugin for interactive svg maps
101 stars 58 forks source link

cannot run the project on on "Windows 7"... #38

Open kabramyan opened 8 years ago

kabramyan commented 8 years ago

Hello, I got a task very close to solution I fount in GitHub for using SVG files for mapping path "from/to" specified room inside a building. I'd downloaded and open the files(project: https://github.com/ucdavis/wayfinding) on my "Windows 7" machine, but when I build it I'm getting error: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

Is there compatible to Windows 7 version of the project or there is a work around I can apply to make it work?

Thanks

jraller commented 8 years ago

It was written on a Windows 7 machine. What was the path you were using to the base folder?

kabramyan commented 8 years ago

Hello, I download the zip and put it under C:\SVG\wayfinding-master folder, Then I tried to run it from VS 2015: File->Open->Web-Site and pointed it to the path above. The project opens with no issues until I build it or trying to run, I'm getting the described error:

The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

Date: Mon, 25 Jan 2016 08:48:26 -0800 From: notifications@github.com To: wayfinding@noreply.github.com CC: kabramyan@hotmail.com Subject: Re: [wayfinding] cannot run the project on on "Windows 7"... (#38)

It was written on a Windows 7 machine. What was the path you were using to the base folder?

— Reply to this email directly or view it on GitHub.

jraller commented 8 years ago

It may be possible to use VS2015 to work with the code, but this repository is a grunt based npm project for developing the "jquery.wayfinding.min.js" file which can be used in other projects. It isn't a stand alone website other than that the test directory has fixtures for running tests. The raw code can be found in the src folder as "jquery.wayfinding.js"

kabramyan commented 8 years ago

Thank you for reply, But ... can you please post step by step directions how to deploy and run the project?

What tools were you using to create/develop the project?

jraller commented 8 years ago

Have you read the information in the wiki including: https://github.com/ucdavis/wayfinding/wiki/API

koushikg14 commented 7 years ago

Sir, Can you kindly let me know how to deploy this project either on windows10/ubuntu15.04 and how to deploy and run. what are the dependencies and required softwares/frameworks to run this way-finder?