-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to setup my development environment? can you tell me in detail? #97
Comments
Getting started with vagrant on windows. |
thank you very much! |
It should be in the top level directory of your project, from where you intent to launch vagrant. i.e you should call the 'vagrant' command from the same directory as the Vagrant file. |
if my project is located in E:\download\How-to-Make-a-Computer-Operating-System-master\src,then the vagrantfile should be in the root of src foler, right ? |
Here: E:\download\How-to-Make-a-Computer-Operating-System-master\Vagrantfile |
ok,very thank you ! |
Well you need a Makefile to run make. |
I hope it is not empty and has the instructions for make to build your code as described in the following makefile https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/Makefile |
Also you got to be in scr/ directory, so when you execute 'make' it is able to find the Makefile. |
when using "ls" command,it show that: ls: cannot open directory .: Operation not permitted |
Try this :
You must logout and login again for this to take place. |
Humm try this : ok that means your user does not have root privileges, do this : # sudo visudo
find a place in the file like this
and update it to
save by using Ctrl-X, Y Also logout from vagrant and login again. See if it works. |
my operating system is Windows 7 ,and I have install vagrant and virtual box.but I don't know to execute this command
The text was updated successfully, but these errors were encountered: