Skip to content

Commit a2669cc

Browse files
committed
Update install instructions
1 parent 73fb3fb commit a2669cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,15 @@ yarn install
6060
# For macOS you must install the following:
6161
# brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman
6262
63+
# For Ubuntu, you may need to install:
64+
# sudo apt-get install xserver-xorg-dev libxi-dev libxext-dev -y
65+
# Also, if gyp fails with not being able to find python:
66+
# sudo ln -s /usr/bin/python2 /usr/bin/python
67+
6368
# Run phoenix-event-display and phoenix-app in development/watch mode
6469
yarn start
70+
# If this does not do anything, make sure you have not missed a warning.
71+
# e.g. if you are using an older version of node (we are currently using v20), then it may not work
6572
```
6673
6774
Now both the `phoenix-event-display` and `phoenix-app` will start in development/watch mode. Any changes made to the `phoenix-event-display` will rebuild and hot reload the `phoenix-app`. You can access the app by navigating to [`http://localhost:4200`](http://localhost:4200) on the browser.

0 commit comments

Comments
 (0)