This website works better with JavaScript.
Home
Explore
Help
Sign In
MSP430
/
Guide-M430F2619T
forked from
MSP430/GuideMSP-EXP430FR
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Modifiqué la librería libncursesw5
master
AlbertoGV
2 years ago
parent
c848d1ff8b
commit
8248f3bef3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Guía de usuario MSP430 GCC Toolchain.md
+ 1
- 1
Guía de usuario MSP430 GCC Toolchain.md
View File
@ -349,7 +349,7 @@ make: *** [Makefile: debug] Error 127
Instalar la libreria
*libncursesw.so.5*
para solucionar el problema, en caso de que continúe el problema, instalar
*libncursesw5-dev*
mediante el comando :
```c
sudo apt-get install libncursesw
.so.
5
sudo apt-get install libncursesw5
sudo apt-get inatall libncursesw5-dev (opcional)
```
Write
Preview
Loading…
Cancel
Save