mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 16:34:21 +00:00
1 line
5.7 KiB
Text
1 line
5.7 KiB
Text
|
{"version":3,"sources":["webpack:///./components/panel.css","webpack:///./components/panel.js","webpack:///./routes/mingwinstall.js"],"names":["module","exports","Panel","getStyle","style","panel","render","title","undefined","this","props","class","id","children","Component","MingwInstall","href","src","alt"],"mappings":"4EACAA,EAAOC,QAAU,CAAC,MAAQ,iB,4GCELC,E,wLACpBC,SAAA,WACC,OAAOC,IAAMC,O,EAGdC,OAAA,WACC,IAAIC,EAAQ,KAKZ,YAJwBC,IAArBC,KAAKC,MAAMH,QACbA,EAAS,YAAKE,KAAKC,MAAMH,QAIzB,SAAKI,MAAOF,KAAKN,WAAYS,GAAIH,KAAKC,MAAME,IAC1CL,EACAE,KAAKC,MAAMG,W,aAdmBC,a,iJCAdC,E,gLACpBT,OAAA,WAEC,OACC,aACa,qCACA,EAAC,IAAD,KACX,yBAAc,OAAGU,KAAK,wEAAR,yBAAd,oBACmB,SAAKC,IAAI,kCAAkCC,IAAI,KAClE,gEAAqD,yBAArD,wEACwB,0BADxB,+EAEQ,+BAFR,sCAEwE,SAAKD,IAAI,kCAAkCC,IAAI,KACvH,kHACC,0BADD,gBACsC,SAAKD,IAAI,kCAAkCC,IAAI,KACrF,gHAAqG,qBAArG,0FACuF,SAAKD,IAAI,kCAAkCC,IAAI,KACtI,oDAAyC,kCAAzC,sCACC,qCADD,gFAEC,uCAFD,2DAE8F,SAAKD,IAAI,kCAAkCC,IAAI,KAC7I,2EAAgE,8BAAhE,gBACC,+BADD,gBACwC,uBADxC,KAC+D,SAAKD,IAAI,kCAAkCC,IAAI,KAC9G,yJAC0B,SAAKD,IAAI,kCAAkCC,IAAI,KACzE,yDAA8C,qBAA9C,oEACO,wBADP,gBACsC,sBADtC,8DAEA,SAAKD,IAAI,kCAAkCC,IAAI,KAC/C,qCAA0B,oCAA1B,aAAgE,sCAAhE,KAAsG,SAAKD,IAAI,kCAAkCC,IAAI,KACrJ,uDAA4C,sBAA5C,4CAAyG,SAAKD,IAAI,kCAAkCC,IAAI,KACxJ,4JAC0B,yBAD1B,KACmD,SAAKD,IAAI,kCAAkCC,IAAI,KAClG,gJACe,qBADf,cAC0C,oBAD1C,oEAGA,wHACC,qBADD,MACoB,qBADpB,0E,GAjCqCJ,c","file":"route-mingwinstall.chunk.5aa37.js","sourcesContent":["// extracted by mini-css-extract-plugin\nmodule.exports = {\"panel\":\"panel__1ubJw\"};","import style from \"./panel.css\";\nimport { Component } from 'preact';\n\nexport default class Panel extends Component {\n\tgetStyle() {\n\t\treturn style.panel;\n\t};\n\n\trender() {\n\t\tlet title = null;\n\t\tif(this.props.title !== undefined) {\n\t\t\ttitle = (<h3>{this.props.title}</h3>);\n\t\t}\n\n\t\treturn (\n\t\t\t<div class={this.getStyle()} id={this.props.id}>\n\t\t\t\t{title}\n\t\t\t\t{this.props.children}\n\t\t\t</div>\n\t\t);\n\t}\n}\n","import { Component } from 'preact';\r\nimport Panel from '../components/panel';\r\n\r\nexport default class MingwInstall extends Component {\r\n\trender() {\r\n\t\t//Imported from unimore-info-wiki\r\n\t\treturn (\r\n\t\t\t<div>\r\n <h1>Come installare MinGW</h1>\r\n <Panel>\r\n\t\t\t\t\t<p> Scaricate <a href=\"https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/\">l'installer ufficiale</a>,\r\n\t\t\t\t\t\ted eseguitelo.</p><img src=\"https://i.imgur.com/mDZSqjV.png\" alt=\"\"/>\r\n\t\t\t\t\t<p> Dovrebbe comparire questa schermata. Cliccate su <code>Install</code>, poi scegliete una cartella di installazione\r\n\t\t\t\t\t\t(ricordatevela!) e poi <code>Continue</code>. Lasciate stare le altre opzioni, dovrebbero essere tutte spuntate,\r\n\t\t\t\t\t\ttranne <code>For all users</code>, che dovrebbe essere disattivato.</p><img src=\"https://i.imgur.com/brdw8Xy.png\" alt=\"\"/>\r\n\t\t\t\t\t<p> Aspettate che finisca il download. Pochi secondi dopo, dovrebbe finire e dovrebbe apparire un tasto\r\n\t\t\t\t\t\t<code>Continue</code>. Premetelo.</p><img src=\"https://i.imgur.com/aPTwrxz.png\" alt=\"\"/>\r\n\t\t\t\t\t<p> Dovrebbe apparirvi questa finestra. L'installer di MinGW è una specie di gestore pacchetti (tipo <code>apt</code> su\r\n\t\t\t\t\t\tUbuntu); potete scegliere quali pacchetti installare, e quindi quali funzionalità.</p><img src=\"https://i.imgur.com/5QLSkFN.png\" alt=\"\"/>\r\n\t\t\t\t\t<p> Nel nostro caso, dovrebbero servirci <code>mingw32-base-bin</code> (per il C e alcune librerie C++) e\r\n\t\t\t\t\t\t<code>mingw32-gcc-g++-bin</code> (per il C++). Cliccate, quindi, sui due quadratini corrispondenti, e premete\r\n\t\t\t\t\t\t<code>Mark for Installation</code>. Dovrebbe comparire una freccia gialla sul quadratino.</p><img src=\"https://i.imgur.com/zP74nks.png\" alt=\"\"/>\r\n\t\t\t\t\t<p> Ora, è il momento di installare i pacchetti. Aprite il menù <code>Installation</code>, poi premete\r\n\t\t\t\t\t\t<code>Apply Changes</code>, e di nuovo <code>Apply</code>.</p><img src=\"https://i.imgur.com/jp4uz5B.png\" alt=\"\"/>\r\n\t\t\t\t
|