-
-
Save buriy/176263 to your computer and use it in GitHub Desktop.
how to install 2gis on mac os x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ~/.wine/drive_c/Program\ Files/2gis/3.0/ | |
LC_ALL=ru_RU.KOI8-R | |
LANG=ru_RU.UTF-8 | |
wine grym.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Как поставить 2gis себе на мак. | |
ставим wine: | |
sudo port selfupdate | |
sudo port install wine | |
качаем 2gis здесь: | |
http://help.2gis.ru/linux/ | |
распаковываем и копируем его в каталог с wine: | |
~/.wine/drive_c/Program\ Files/2gis | |
пишем скрипт для запуска, см. файл 2gis | |
потом делаем chmod 700 2gis (чтобы он был исполняемым) | |
теперь, чтобы запустить 2gis, открываем терминал и запускаем этот файл. | |
(для удобства можно записать его или в /usr/bin, или в домашний каталог) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment