Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Development in Linux (Ubuntu 22.04) #10

Open
pdelteil opened this issue May 3, 2023 · 0 comments
Open

Development in Linux (Ubuntu 22.04) #10

pdelteil opened this issue May 3, 2023 · 0 comments

Comments

@pdelteil
Copy link

pdelteil commented May 3, 2023

Hi @vti,

In Ubuntu the standard Node package is very old (~12.2), therefore I had this issue:

image

These are the steps I needed to follow to be able to build and run the app:

#updating Ubuntu package lists
sudo apt update 

#install npm 
sudo apt install npm

#install Electron framework
npm install electron --save-dev

#install node globally 
sudo npm install -g n

#update node to the latest version
sudo n stable

#installing yarn [is required]
npm install --global yarn

#cloning the source code 
git clone https://github.com/vti/elemntary.git

cd elemntary

#creates a compressed build file
npm run make

#to create an executable 
npm run package

#execute elemntary
./out/elemntary-linux-x64/elemntary

Include these lines as you like in your README file.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant