bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27539:


From: Lorenzo
Subject: bug#27539:
Date: Wed, 5 Jul 2017 16:47:15 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi,

Here is the complete procedure:

* Preparation
** Your PC must be running (at a minimum) a 64-bit version of Windows 10 Anniversary Update. Creators Update is recommended. *** To find your PC's CPU architecture and Windows version/build number, open Settings>System>About. Look for the OS Build and System Type fields.
*** If build is below 14393 -> try to update
* Installation
** Turn on developer mode
*** Open Settings -> Update and Security -> For developers
*** Select the Developer Mode radio button
** Enable the windows subsystem for linux feature(GUI)
*** From Start, search for "Turn Windows features on or off"
*** Select Windows Subsystem for Linux (beta)
*** Open Powershell promt (AS ADMINISTRATOR)& execute
#+BEGIN_SRC
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
#+END_SRC
*** Restart computer
*** Open a command prompt & execute
#+BEGIN_SRC
bash
#+END_SRC
*** Create user (is unrelated to windows account)
* Starting bash
** In powershell or command prompt execute
#+BEGIN_SRC
bash
#+END_SRC
* Install emacs
** Start bash & execute
#+BEGIN_SRC
sudo apt-get install emacs
#+END_SRC






reply via email to

[Prev in Thread] Current Thread [Next in Thread]