08:33 <+ddnet-discord> @Savander is a god @Learath2 ist not a god Thats why he knows what i mean 13:22 <+ddnet-discord> xD 19:02 <+ddnet-discord> Savander 19:03 <+ddnet-discord> @Savander 19:03 <+ddnet-discord> u gotta help me 19:03 <+ddnet-discord> so in this github website 19:03 <+ddnet-discord> Alternatively we also support CMake, so something like this works: make build cmake .. make 19:03 <+ddnet-discord> thats what is on it 19:04 <+ddnet-discord> i have no clue what he means with that 19:04 <+ddnet-discord> yes 19:04 <+ddnet-discord> make => mkdir 19:04 <+ddnet-discord> i can help too 19:04 <+ddnet-discord> mkdir build 19:04 <+ddnet-discord> no go away 19:04 <+ddnet-discord> cd build 19:04 <+ddnet-discord> cmake .. 19:04 <+ddnet-discord> :feelsbadman: 19:04 <+ddnet-discord> it will generate projects 19:04 <+ddnet-discord> or alternativy, use bam 19:04 <+ddnet-discord> how do i get to make xD 19:04 <+ddnet-discord> figure it out by yourself 19:05 <+ddnet-discord> teeworlds.com compile everything 19:05 <+ddnet-discord> i said 19:05 <+ddnet-discord> make => mkdir 19:06 <+ddnet-discord> ok 19:06 <+ddnet-discord> so where is make => mkdir 19:07 <+ddnet-discord> -.- 19:07 <+ddnet-discord> xD 19:07 <+ddnet-discord> i dont like this whole compiling thing 19:08 <+ddnet-discord> so where is make => mkdir 19:09 <+ddnet-discord> dude 19:09 <+ddnet-discord> figure out it by yourself 19:09 <+ddnet-discord> it's not that hard. 19:09 <+ddnet-discord> i dont even know what program make => mkdir is in 19:10 <+ddnet-discord> omg 19:10 <+ddnet-discord> its ARROW 19:10 <+ddnet-discord> instead of make 19:10 <+ddnet-discord> use mkdir 19:10 <+ddnet-discord> mkdir creates folder 19:10 <+ddnet-discord> create folder 19:10 <+ddnet-discord> enter to folder 19:10 <+ddnet-discord> ok ok 19:10 <+ddnet-discord> open console in folder 19:10 <+ddnet-discord> use CMAKE 19:10 <+ddnet-discord> (ITS PROGRAM, YOU HAVE TO INSTAL IT) 19:10 <+ddnet-discord> ye i installed cmake 19:25 <@heinrich5991> Savander: no need for console 19:25 <@heinrich5991> open the CMake gui 19:25 <+ddnet-discord> ok im there 19:25 <@heinrich5991> have you downloaded the ddnet git repository? 19:25 <+ddnet-discord> no 19:25 <@heinrich5991> ok 19:25 <@heinrich5991> then we'll do that one next 19:26 <@heinrich5991> mh. I suppose you don't have git installed? 19:26 <+ddnet-discord> nope 19:27 <+ddnet-discord> for what does git stand 19:27 <@heinrich5991> git is just the name, it's not an abbreviation 19:28 <@heinrich5991> https://en.wikipedia.org/wiki/Git 19:28 <@heinrich5991> (you can usually look up software projects on wikipedia, wikipedia has quite a good coverage) 19:29 <@heinrich5991> tbh I don't know how to do git on windows properly, but you can do it my way, if you want 19:29 <@heinrich5991> Ezy: download and install this: http://www.msys2.org/ 19:29 <+ddnet-discord> k but do u have a link to download it all im seeing is github 19:29 <+ddnet-discord> heinirich5991, git on windows works the same as on unix 19:29 <+ddnet-discord> https://git-scm.com/ 19:29 <@heinrich5991> yes, but there has to be a proper windows method 19:30 <+ddnet-discord> it automatically ads 19:30 <@heinrich5991> probably msvc has git integration or something 19:30 <+ddnet-discord> "git bash" 19:30 <+ddnet-discord> to thje context menu 19:30 <+ddnet-discord> then, you have the same functionality as on unix 19:30 <+ddnet-discord> adds* 19:30 <@heinrich5991> I think I used tortoisegit or something before, that had proper UI 19:30 <@heinrich5991> but I guess the IDEs support it on their own nowadays 19:31 <@heinrich5991> msys2 gives you a better shell than git bash, so before suggesting git bash, I'd rather take msys2 19:32 <+ddnet-discord> generally 19:32 <+ddnet-discord> Github has good UI 19:32 <+ddnet-discord> https://desktop.github.com/ 19:32 <+ddnet-discord> ok now i have both 19:32 <+ddnet-discord> very simple to use 19:32 <@heinrich5991> duh 19:33 <@heinrich5991> start msys shell and write "pacman -S git 19:33 <@heinrich5991> " 19:33 <@heinrich5991> and follow the instructions, you probably have to press "y" and "enter" once 19:35 <+ddnet-discord> ye 19:35 <+ddnet-discord> its downloading now 19:35 <@heinrich5991> good 19:35 <+ddnet-discord> i mean its finished now 19:35 <@heinrich5991> ah 19:36 <@heinrich5991> then you can type "git clone --recursive https://github.com/ddnet/ddnet" like on the github readme 19:36 <+ddnet-discord> msys2 has package management yea? 19:36 <@heinrich5991> yes 19:36 <+ddnet-discord> i will try 19:38 <@heinrich5991> Ezy: when the progress finishes, you should have the ddnet source code in C:\msys64\home\\ddnet 19:39 <+ddnet-discord> k 19:39 <@heinrich5991> you can then point cmake at it: select C:\msys64\home\\ddnet as the source dir and append "build" for the binary dir 19:39 <@heinrich5991> then click configure - generate - open project 19:39 <@heinrich5991> then you should have a workign msvc project 19:39 <@heinrich5991> it seems that our documentation is sorely lacking 19:41 <+ddnet-discord> what do u mean with append build 19:42 <@heinrich5991> use the source dir but append a build directory to it, something like: 19:42 <@heinrich5991> C:\msys64\home\\ddnet\build 19:42 <+ddnet-discord> oh so make a folder 19:42 <+ddnet-discord> no 19:42 <+ddnet-discord> nvm 19:42 <@heinrich5991> yea, works 19:42 <+ddnet-discord> dont know how to say it 19:42 <@heinrich5991> works as well 19:43 <+ddnet-discord> i meant 19:43 <+ddnet-discord> just get source und write /build behind it 19:43 <@heinrich5991> yes 19:43 <@heinrich5991> wokrs 19:44 <+ddnet-discord> i get an error after clicking configure 19:44 <+ddnet-discord> Error in configuration process, project files may be invalid 19:45 <@heinrich5991> paste the whole log somewhere, e.g. https://pastebin.mozilla.org/ 19:46 <+ddnet-discord> whats meant with log 19:46 <@heinrich5991> the text 19:46 <+ddnet-discord> the error text? 19:46 <@heinrich5991> and all the other text in that field 19:46 <@heinrich5991> should be quite long 19:47 <+ddnet-discord> no it literally only says this 19:47 <+ddnet-discord> Error in configuration process, project files may be invalid 19:47 <@heinrich5991> can you send a screenshot of that? 19:47 <+ddnet-discord> y 19:47 <+ddnet-discord> wait 19:49 <+ddnet-discord> so i cant send it in here 19:49 <+ddnet-discord> and ur a bot 19:49 <+ddnet-discord> i mean i cant open chat with u 19:50 <+ddnet-discord> so where do i send the screen to? 19:51 <+ddnet-discord> imgur.com 20:02 <+ddnet-discord> http://imgur.com/a/E15MM 20:05 <+ddnet-discord> C:/msys64/home/Lennart/ddnet/build/CMakeFiles/CMakeOutput.log 20:05 <+ddnet-discord> copy content of this file to the https://pastebin.mozilla.org/ 20:07 <+ddnet-discord> k 20:08 <+ddnet-discord> its uploaded 20:11 <+ddnet-discord> Send link here 20:12 <+ddnet-discord> https://pastebin.mozilla.org/9030378 20:13 <+ddnet-discord> ohm 20:20 <@heinrich5991> have you installed msvc 20:20 <@heinrich5991> sorry, forgot about this chat 20:20 <@heinrich5991> Ezy: ^ 20:24 <+ddnet-discord> i have msys 20:24 <@heinrich5991> microsoft visual c++, microsoft visual studio, one of that? 20:24 <+ddnet-discord> visual studio 20:25 <+ddnet-discord> so y 20:26 <@heinrich5991> Ezy: is there more text in CMakeError.log? 20:26 <+ddnet-discord> no 20:27 <@heinrich5991> Ezy: wait... the screenshot you showed has a very small scrollbar in the output window 20:27 <@heinrich5991> there isn't more text in there? 20:28 <+ddnet-discord> u mean in cmake 20:28 <+ddnet-discord> ? 20:28 <+ddnet-discord> in cmake theres no more text behind it 20:30 <@heinrich5991> what happens if you scroll up? 20:30 <@heinrich5991> blank? 20:31 <+ddnet-discord> scroll up where? 20:31 <+ddnet-discord> i see wait 20:31 <+ddnet-discord> CMake Error at CMakeLists.txt:2 (project): Failed to run MSBuild command: MSBuild.exe to get the value of VCTargetsPath: Configuring incomplete, errors occurred! See also "C:/msys64/home/Lennart/ddnet/build/CMakeFiles/CMakeOutput.log". 20:33 <+ddnet-discord> 😃 20:35 <@heinrich5991> duh, https://stackoverflow.com/q/45049683 20:36 <@heinrich5991> doesn't give a solution :( 20:36 <+ddnet-discord> try to install https://www.microsoft.com/en-us/download/details.aspx?id=48159 20:36 <+ddnet-discord> microsoft build tools 20:36 <+ddnet-discord> i used it to make ddnet project 20:36 <@heinrich5991> ahh wait 20:37 <@heinrich5991> what options did you select while installing msvs? 20:37 <@heinrich5991> did you include c/c++ support? ^^ 20:38 <+ddnet-discord> ehm 20:38 <+ddnet-discord> idk xD 20:38 <@heinrich5991> go to the software settings and select microsoft visual studio and see if there's a button that says "change" or similar 20:39 <+ddnet-discord> no buttons 20:39 <+ddnet-discord> but i think its ms build tools 20:39 <+ddnet-discord> i dont have that yet 20:41 <+ddnet-discord> nope didnt fix 20:42 <+ddnet-discord> which software settings 20:42 <+ddnet-discord> I think, you have to add msbuild.exe 20:42 <+ddnet-discord> to "Path" in windows 20:42 <+ddnet-discord> because, this install doesn't do that 20:42 <+ddnet-discord> y 20:42 <+ddnet-discord> i forgot where 20:42 <+ddnet-discord> can u tell me? 20:43 <+ddnet-discord> got it 20:43 <+ddnet-discord> https://superuser.com/a/949577 20:43 <+ddnet-discord> no no i got it 20:43 <+ddnet-discord> just what name? 20:44 <+ddnet-discord> path to msbuild.exe fodler 20:44 <+ddnet-discord> ok but i already got one named path 20:44 <+ddnet-discord> for java 20:45 <+ddnet-discord> you can add more 20:45 <+ddnet-discord> just the msbuild folder or something specific? 20:46 <+ddnet-discord> find msbuild.exe 20:46 <+ddnet-discord> folder which contains msbuild.exe 20:47 <+ddnet-discord> there is no folder with that 20:49 <+ddnet-discord> nvm got it 20:49 <+ddnet-discord> just wasnt showing up 20:51 <+ddnet-discord> ok so 20:52 <+ddnet-discord> same error 20:52 <+ddnet-discord> and the log hasnt updated 20:52 <+ddnet-discord> still the same 20:52 <+ddnet-discord> too 20:53 <+ddnet-discord> so idon't know 20:53 <+ddnet-discord> then try my method 20:53 <+ddnet-discord> go to the build folder 20:53 <+ddnet-discord> open terminal in that folder 20:53 <+ddnet-discord> and run command 20:53 <+ddnet-discord> cmake .. 20:53 <+ddnet-discord> ok ? 20:54 <+ddnet-discord> cmd? 20:54 <+ddnet-discord> for windows? 20:54 <+ddnet-discord> can be 20:55 <+ddnet-discord> ye 20:55 <+ddnet-discord> theres no command 20:55 <+ddnet-discord> named cmake .. 20:56 <+ddnet-discord> oh right 20:56 <+ddnet-discord> im stupid 😄 20:56 <+ddnet-discord> did you install cmake for cmd too ? 20:56 <+ddnet-discord> cmake should be enabled orr. .. 20:57 <+ddnet-discord> try to add path to cmake.exe 20:57 <+ddnet-discord> as well 20:57 <+ddnet-discord> k 20:57 <+ddnet-discord> wait 21:00 <+ddnet-discord> for cmake-gui.exe? 21:00 <+ddnet-discord> or do i have to find cmake.exe? 21:00 <+ddnet-discord> no 21:00 <+ddnet-discord> cmake.exe 21:02 <+ddnet-discord> k 21:04 <+ddnet-discord> still nothing 21:05 <+ddnet-discord> but what u mean install cmake for cmd? 21:05 <+ddnet-discord> u mean for windows? 21:05 <+ddnet-discord> commandline 21:07 <+ddnet-discord> idk what u mean 21:07 <+ddnet-discord> how do u install cmake for cmd 21:08 <+ddnet-discord> i just installed cmake 21:08 <+ddnet-discord> yeah me too 21:26 <@heinrich5991> can you check which components you have installed for msvs? 21:26 <@heinrich5991> it should be displayed if you go to the control panel, software, msvs, and click a "change" button (?) 21:26 <@heinrich5991> or if you run the installatio nfile again 21:30 <+ddnet-discord> ehm 21:30 <+ddnet-discord> if i click change 21:31 <+ddnet-discord> i can add or delete componets 21:31 <@heinrich5991> is there something like a list? 21:31 <+ddnet-discord> i can update components 21:31 <+ddnet-discord> and i can delete all components 21:31 <+ddnet-discord> thats all 21:31 <@heinrich5991> add sounds good 21:32 <@heinrich5991> or rather, click delete components so you can see a list of all installed componenets 21:32 <+ddnet-discord> theres 1 for both add and delete 21:32 <@heinrich5991> that sounds good 21:32 <@heinrich5991> click it 21:33 <+ddnet-discord> is says something that i cant do it 21:33 <@heinrich5991> hm 21:33 <+ddnet-discord> but i cant translate it to englisch 21:33 <@heinrich5991> language? 21:33 <+ddnet-discord> ger 21:33 <@heinrich5991> just copy it verbatim 21:34 <+ddnet-discord> verbatim whats that xD 21:34 <@heinrich5991> just copy it 21:34 <@heinrich5991> (verbatim = without changing it) 21:34 <+ddnet-discord> cant copy the text 21:34 <+ddnet-discord> u want a screen? 21:34 <+ddnet-discord> are u german? 21:34 <@heinrich5991> if you want 21:36 <+ddnet-discord> http://imgur.com/a/ODQ2D 21:36 <@heinrich5991> wait 21:36 <@heinrich5991> not msys 21:36 <@heinrich5991> msvs 21:36 <@heinrich5991> microsoft visual studio 21:37 <+ddnet-discord> xD 21:37 <+ddnet-discord> wait 21:40 <+ddnet-discord> http://imgur.com/a/RsZck 21:43 <@heinrich5991> the menu thing next to update and start, what does it have? 21:44 <+ddnet-discord> repair deinstall change 21:44 <+ddnet-discord> ima click on change 21:44 <@heinrich5991> +1 21:45 <+ddnet-discord> http://imgur.com/a/teyz5 21:46 <@heinrich5991> click "desktopentwicklung mit c++" 21:47 <@heinrich5991> and install it 22:21 <@heinrich5991> Ezy: does that work?