Comment Installer Utorrent Sur Windows 10

0 views
Skip to first unread message

Eliecer Brathwaite

unread,
Aug 5, 2024, 1:58:50 AM8/5/24
to ruipurpjahrplor
Im following the instructions of someone whose repository I cloned to my machine. I want to use the make command as part of setting up the code environment, but I'm using Windows. I searched online, but I could only find a make.exe file, a make-4.1.tar.gz file (I don't know what to do with it next) and instructions for how to download MinGW (for GNU; but after installing it I didn't find any mention of "make").

Other recommended option is installing a Windows Subsystem for Linux (WSL/WSL2), so you'll have a Linux distribution of your choice embedded in Windows 10 where you'll be able to install make, gccand all the tools you need to build C programs.


On windows 10 or 11, you can run the command winget install ezwinports.make in the command line or powershell to quickly install it, restart the command line or powershell, Than you can use the command make.


Another alternative is installing MSYS2 from Chocolatey and using make from C:\tools\msys64\usr\bin. If make isn't installed automatically with MSYS2 you need to install it manually via pacman -S make (as pointed out by @Thad Guidry and @Luke).


If you're using Windows 10, it is built into the Linux subsystem feature. Just launch a Bash prompt (press the Windows key, then type bash and choose "Bash on Ubuntu on Windows"), cd to the directory you want to make and type make.


Note that you might not be able to select your environment. If the build system was created for Cygwin, it might not work in other environments without modifications (The make language is the same, but escaping, path conversion are working differently, $(realpath) fails on Windows paths, DOS bat files are started as shell scripts and many similar issues). If it's from Linux, you might need to use a real Linux or WSL.If the compiler is running on Linux, there is no point in installing make for Windows, because you'll have to run both make and the compiler on Linux. In the same way, if the compiler is running on Windows, WSL won't help, because in that environment you can only execute Linux tools, not Windows executables. It's a bit tricky!


Installation from GnuWin32 or via winget are good and easy options. But I only found make 3.8.1 there. This version lacks the very important option -O, which handles the output correctly when compiling multithreaded.


One solution that may helpful if you want to use the command line emulator cmder. You can install the package installer chocately. First we install chocately in windows command prompt using the following line:


The default install of GnuWin32 on Windows 11 was in Program Files (x86). I setup my environment variables PATH to point to the bin with the make.exe, but for whatever reason this location did not work.


Pour commencer, vous devez avoir une licence pour installer Windows 10. Ensuite, vous pouvez tlcharger et excuter l'outil de cration de support. Pour plus d'informations sur l'utilisation de l'outil, consultez les instructions ci-dessous.


Lorsque vous aurez procd au tlchargement et l'installation, l'outil vous guidera pour configurer Windows 10 sur votre PC. Toutes les ditions de Windows 10 sont disponibles lorsque vous slectionnez Windows 10, sauf l'dition Entreprise. Pour en savoir plus sur l'dition Entreprise, rendez-vous sur le Centre de gestion des licences en volume.


Aprs avoir achev toutes les tapes d'installation de Windows 10, vrifiez que tous les pilotes de priphriques ncessaires sont installs. Pour vrifier la prsence de mises jour ds prsent, slectionnez le bouton Dmarrer, ouvrez Paramtres > Mise jour et scurit > Windows Update, puis slectionnez Rechercher des mises jour. Vous pouvez galement vous rendre sur le site de support technique du fabriquant de votre priphrique pour voir si d'autres pilotes sont ncessaires.


Si votre PC ne dmarre pas automatiquement sur la cl USB ou le DVD, vous devrez peut-tre ouvrir un menu de dmarrage ou modifier l'ordre de dmarrage dans les paramtres de BIOS ou d'UEFI de l'appareil. Pour ouvrir un menu de dmarrage ou modifier l'ordre de dmarrage, vous devez en gnral enfoncer une touche (par exemple, F2, F12, Suppr ou chap) immdiatement aprs avoir mis le PC sous tension. Pour savoir comment accder au menu de dmarrage ou modifier l'ordre de dmarrage de votre PC, consultez la documentation de l'appareil ou le site Web du fabricant. Si la cl USB ou le DVD n'apparat pas dans les options de dmarrage, vous devrez peut-tre vous adresser au fabricant du PC pour savoir comment dsactiver temporairement le Secure Boot dans les paramtres du BIOS.


Si la modification du menu ou de l'ordre de dmarrage ne fonctionne pas et que votre PC dmarre immdiatement sur le systme d'exploitation que vous souhaitez remplacer, il est possible que le PC ne se soit pas totalement teint. Pour l'teindre compltement, slectionnez le bouton marche/arrt sur l'cran de connexion ou le menu Dmarrer et choisissez teindre.


The simplest way to install Jenkins on Windows is to use the Jenkins Windows installer.That program will install Jenkins as a service using a 64 bit JVM chosen by the user.Keep in mind that to run Jenkins as a service, the account that runs Jenkins must have permission to login as a service.


Refer to the Windows section of theDownloading Jenkins pageto download either an LTS release or a weekly release of the Windows installer.After the download completes, open the Windows installer and follow the steps below to install Jenkins.


When Installing Jenkins, it is recommended to install and run Jenkins as an independentwindows service using a local or domain user as it is much safer than running Jenkinsusing LocalSystem(Windows equivalent of root) which will grant Jenkins full accessto your machine and services.


To run Jenkins service using a local or domain user, specify the domain user name andpassword with which you want to run Jenkins,click on Test Credentials to test your domain credentials and click on Next.


Specify the port on which Jenkins will be running,Test Port button to validate whether the specified port if free on your machine or not.Consequently, if the port is free, it will show a green tick mark as shown below,then click on Next.


The installation process checks for Java on your machine and prefills the dialog with theJava home directory.If the needed Java version is not installed on your machine, you will be prompted to install it.


MSI installers can be installed via a silent method, which can show basic UI (/qb) or no UI at all (/qn). The silent method does not prompt for user input so there are properties that you can pass to the installer to set the specific values. A very basic command line is shown below for a silent install.


When installing a service to run under a domain user account, the account must have the right to logon as a service. This logon permission applies strictly to the local computer and must be granted in the Local Security Policy.


Then there's absolutely no need to follow this guide, this is for installing the OctoPrint server under Windows, which is probably a rather unusual setup. If all you want is to access your existing OctoPrint instance (e.g. running on a Raspberry Pi via the OctoPi image), fire up your browser of choice and direct it to that instance's URL. Don't know what that is? Read this guide instead.


While OctoPrint's intended use case is to be installed on low-powered embedded devices with Linux, it is platform agnostic and can also be installed under Windows instead of the more common option of installing it on something like a Pi.


Make sure to disable automatic reboots for updates in your Windows configuration if you intend to run OctoPrint productively under Windows, or your prints will get interrupted by that when you least expect it.


The nature of how windows handles file access also makes it currently impossible to update OctoPrint through itself (including switching to a release candidate and back to stable). You'll need to do that through the command line, and that might become annoying quickly.


Install Python 3 from python.org.

You need a version between 3.7 and 3.11 to run OctoPrint, Choose either the x86 or x64 builds, depending on your platform or preference. DO NOT install Python 3.12, OctoPrint is not yet compatible.

When installing, be sure to include pip in the installation and also to have the installer add python to your path:


Download & Install Build tools for Visual studio. (On the download page, scroll down, under 'All downloads' open 'Tools for Visual Studio' and download 'Build tools for Visual Studio', you don't need the whole thing) This is required to install some dependencies of OctoPrint & some plugins.


If it is not using the correct one because you have multiple Python versions installed, wherever the guide says py below, use the path to the Python version you want to use. For example, C:\Program Files\Python39\python.exe.


For easier starting of your OctoPrint server in the future you might want to create a shortcut on your desktop or somewhere else you'll easily find again, pointing to C:\OctoPrint\venv\Scripts\octoprint.exe serve:


You can use something like YawCAM for similar functionality to MJPEG-Streamer under Windows. Enable the "HTTP" and "Stream" outputs and switch the "java" setting to "mjpg" if necessary. If you leave the configured ports at their defaults, your Stream-URL will be :8081/video.mjpg and your Snapshot-URL will be :8888/out.jpg.


If you also want to be able to use timelapsing, you'll have to obtain a static Windows build of FFMPEG. Those can be found here. Then configure the path to your ffmpeg.exe through the Settings dialog (see below) or config.yaml:


Due to the nature of Windows it's sadly not possible to have OctoPrint update itself like on other OSes (e.g. a Raspberry Pi running Linux/OctoPi). When you get an update notification, attempting to apply the update from within OctoPrint will fail. You'll have update manually:

3a8082e126
Reply all
Reply to author
Forward
0 new messages