I wanna create myApp using command
rails new myApp
but it gives an error:
Installing sqlite3 (1.3.4) wit
Make sure you have the development headers for SQLite3 installed.
For example:
On Ubuntu, you can use apt-get install libsqlite3-dev
apt-get install libsqlite3-dev
On Mac with homebrew installed: brew install sqlite.
brew install sqlite