icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.07k stars 770 forks source link

Fuck enrages #836

Open Hralok opened 4 years ago

Hralok commented 4 years ago

Здравствуйте, может быть я очень тупой, но как этим, блин, пользоваться? Я скачал. Никаких установочных файлов, любой .bat файл не запускается, открывается на секунду консоль где я успеваю увидеть "git не является системной командой". Что делать?

CallumCarmicheal commented 4 years ago

Здравствуйте, может быть я очень тупой, но как этим, блин, пользоваться? Я скачал. Никаких установочных файлов, любой .bat файл не запускается, открывается на секунду консоль где я успеваю увидеть "git не является системной командой". Что делать? Здравствуйте, извините за плохой перевод, так как это был перевод Google с английского.

Вы пытаетесь загрузить определенную часть SharpDevelop, например, «ICSharpCode.TreeView», скомпилировать проект или просто загрузить IDE.

Если вы пытаетесь скачать определенную библиотеку, какую?

Если вы пытаетесь загрузить IDE без изменения / сборки приложения, вы можете получить последнюю версию здесь (установщик): https://sourceforge.net/projects/sharpdevelop/files/SharpDevelop%205.x/5.1/SharpDevelop_5.1.0.5216_Setup.msi/download

Если вы пытаетесь скомпилировать документ, пожалуйста, сначала загрузите Git (если в windows google «Git For Windows»), вам потребуется копия Visual Studio, чтобы открыть проект (скорее всего). Вы можете скачать Visual Studio 2019 Community Edition бесплатно (для некоммерческого использования). После установки перезагрузите компьютер и запустите файл «releasebuild.bat», чтобы создать сборку выпуска приложения, или файл «debugbuild.bat», чтобы создать отладочную сборку приложения.


Original English Text (might be easier to understand if the translation is bad):

Hello, sorry for bad translation as this was google translated from english.

Are you trying to download a specific part of SharpDevelop for example "ICSharpCode.TreeView", Compile the project or just download the IDE.

If you are trying to download a specific library which one?

If you are trying to download the IDE without having to modify / build the application you can grab the latest version here (Installer): https://sourceforge.net/projects/sharpdevelop/files/SharpDevelop%205.x/5.1/SharpDevelop_5.1.0.5216_Setup.msi/download

If you are trying to compile the document please first download Git (If on windows, google "Git For Windows"), You will require a copy of Visual Studio to open the project (most likely). You can download the Visual Studio 2019 Community edition for free (for non commercial use). After that is installed restart your PC and run the "releasebuild.bat" file to create a release build of the application or the "debugbuild.bat" file to create a debug build of the application.