mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
Fixed permission error
This commit is contained in:
parent
e8881cb363
commit
d687ccb45b
3 changed files with 3 additions and 17 deletions
|
@ -20,7 +20,7 @@
|
|||
* make
|
||||
* pkg-config
|
||||
## Updating packages ##
|
||||
msys2 comes with a package manager, all installed packages can be updated with "pacman -Syuu"
|
||||
msys2 comes with a package manager, all installed packages can be updated with "pacman -Syuu"
|
||||
|
||||
## Usage ##
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
ls
|
||||
ls -la
|
||||
ls
|
||||
cd ..
|
||||
ls
|
||||
ls -la
|
||||
exit
|
||||
pacman -Ss gcc
|
||||
pacman -S mingw-w64-i686-gc
|
||||
gcc
|
||||
pacman -S make git
|
||||
pacman -Ss readline
|
||||
pacman -S mingw-w64-i686-readline
|
||||
exit
|
|
@ -8,6 +8,6 @@ set autobuild=false
|
|||
echo # For a description of the file format, see the Users Guide >msys2/etc/fstab
|
||||
echo # http://cygwin.com/cygwin-ug-net/using.html#mount-table >>msys2/etc/fstab
|
||||
echo none / cygdrive binary,posix=0,noacl,user 0 0 >>msys2/etc/fstab
|
||||
echo %MYPATH%pm3 /pm3 ntfs user ,posix=0 0 0 >>msys2/etc/fstab
|
||||
echo %MYPATH%gcc-arm-none-eabi /gcc-arm-none-eabi ntfs binary ,posix=0 0 0 >>msys2/etc/fstab
|
||||
echo %MYPATH%pm3 /pm3 ntfs noacl 0 0 >>msys2/etc/fstab
|
||||
echo %MYPATH%gcc-arm-none-eabi /gcc-arm-none-eabi ntfs noacl 0 0 >>msys2/etc/fstab
|
||||
msys2\msys2_shell.cmd -mingw32 -defterm
|
Loading…
Add table
Add a link
Reference in a new issue