trying to install vulkan fails
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to install vulkan from
https://launchpad.net/%7Ecanonical-x/+archive/ubuntu/vulkan
Everything works fine until entering this line:
sudo apt install vulkan-utils mesa-vulkan-drivers
cannot find vulkan-utils
cannot find mesa-vulkan-drivers
I am using Xubuntu 14.04 with Intel 3rd gen, does anyone know what's going wrong??
14.04 software-installation xubuntu intel-graphics vulkan
add a comment |
I am trying to install vulkan from
https://launchpad.net/%7Ecanonical-x/+archive/ubuntu/vulkan
Everything works fine until entering this line:
sudo apt install vulkan-utils mesa-vulkan-drivers
cannot find vulkan-utils
cannot find mesa-vulkan-drivers
I am using Xubuntu 14.04 with Intel 3rd gen, does anyone know what's going wrong??
14.04 software-installation xubuntu intel-graphics vulkan
add a comment |
I am trying to install vulkan from
https://launchpad.net/%7Ecanonical-x/+archive/ubuntu/vulkan
Everything works fine until entering this line:
sudo apt install vulkan-utils mesa-vulkan-drivers
cannot find vulkan-utils
cannot find mesa-vulkan-drivers
I am using Xubuntu 14.04 with Intel 3rd gen, does anyone know what's going wrong??
14.04 software-installation xubuntu intel-graphics vulkan
I am trying to install vulkan from
https://launchpad.net/%7Ecanonical-x/+archive/ubuntu/vulkan
Everything works fine until entering this line:
sudo apt install vulkan-utils mesa-vulkan-drivers
cannot find vulkan-utils
cannot find mesa-vulkan-drivers
I am using Xubuntu 14.04 with Intel 3rd gen, does anyone know what's going wrong??
14.04 software-installation xubuntu intel-graphics vulkan
14.04 software-installation xubuntu intel-graphics vulkan
edited Jun 25 '16 at 10:25
ovni jeroqui
asked Jun 23 '16 at 10:24
ovni jeroquiovni jeroqui
234
234
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Unfortunately it looks as if this PPA does not have much joy for Trusty Tahr:
This ppa contains bits and pieces needed to test Vulkan BUT ONLY FOR XENIAL
(and maybe 14.04 in the future).
If you filter for Trusty Tahr only you will see that all that is there for Trusty is the 355 and 364 NVidia drivers.
1
wow! I was fearing that! thanks so much for your answer... I'll see what I can do...
– ovni jeroqui
Jun 23 '16 at 10:40
add a comment |
Please try it to install first by typing:
sudo apt-add-repository ppa:canonical-x/vulkan
sudo apt update
sudo apt install vulkan-utils mesa-vulkan-drivers
OutPut:
$ sudo apt install vulkan-utils mesa-vulkan-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
checkbox-ng gstreamer1.0-clutter iproute libarmadillo5 libarmadillo6 libarpack2
libatk-wrapper-java libatk-wrapper-java-jni libbind9-90 libblas-common libblas3
libcamel-1.2-52 libck-connector0 libcolamd2.8.0 libdap17v5 libdapclient6v5
libdbd-mysql-perl libdbi-perl libdns100 libebook-contacts-1.2-1 libecal-1.2-18
libedata-cal-1.2-27 libedataserver-1.2-20 libepsilon1 libfreexl1 libgdal1i
libglew1.10 libglewmx1.10 libgnutls-deb0-28:i386 libgtop2-10 libimobiledevice4
libisc95 libisccc90 libisccfg90 libisl13 libkmlbase1 libkmldom1 libkmlengine1
liblapack3 libllvm3.6v5 libllvm3.6v5:i386 liblouis2 liblwgeom-2.1.8 liblwres90
libminizip1 libmysqlclient18:i386 libmysqlclient20 libmysqlcppconn7v5
libnetcdf11 libnl-route-3-200 libntdb1 libogdi3.2 libopenjp2-7 libpoppler52
libproj9 libpth20 libqpdf13v5 libraw10 libsctp1 libspatialite7 libsuperlu4
libterm-readkey-perl liburiparser1 libusbmuxd2 libvpx2 libvsqlitepp3v5
linux-headers-4.2.0-16 linux-headers-4.2.0-16-generic linux-headers-4.2.0-36
linux-headers-4.2.0-36-generic linux-image-4.2.0-16-generic
linux-image-4.2.0-36-generic linux-image-extra-4.2.0-16-generic
linux-image-extra-4.2.0-36-generic lksctp-tools mysql-utilities
mysql-workbench-data proj-bin proj-data python-cffi python-characteristic
python-dbus-dev python-mysql.connector python-ntdb python-pexpect python-ply
python-ptyprocess python-pycparser python-pyodbc python-pysqlite2 python3-cffi
python3-checkbox-ng python3-ply python3-pycparser qml-module-qtquick-dialogs
qml-module-qtquick-localstorage qml-module-qtquick-privatewidgets
qtdeclarative5-localstorage-plugin qtdeclarative5-qtfeedback-plugin
qtdeclarative5-ubuntu-web-plugin telepathy-indicator unity-scope-audacious
unity-scope-clementine unity-scope-gmusicbrowser unity-scope-gourmet
unity-scope-guayadeque unity-scope-musique
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libvulkan1
The following NEW packages will be installed:
libvulkan1 mesa-vulkan-drivers vulkan-utils
0 upgraded, 3 newly installed, 0 to remove and 33 not upgraded.
Need to get 2,988 kB of archives.
After this operation, 15.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]
it worked for me @ "Ubuntu 16.04" !
Thanks, but doesn't work for me, i'll try to update my operating system
– ovni jeroqui
Jun 23 '16 at 12:50
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f790573%2ftrying-to-install-vulkan-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unfortunately it looks as if this PPA does not have much joy for Trusty Tahr:
This ppa contains bits and pieces needed to test Vulkan BUT ONLY FOR XENIAL
(and maybe 14.04 in the future).
If you filter for Trusty Tahr only you will see that all that is there for Trusty is the 355 and 364 NVidia drivers.
1
wow! I was fearing that! thanks so much for your answer... I'll see what I can do...
– ovni jeroqui
Jun 23 '16 at 10:40
add a comment |
Unfortunately it looks as if this PPA does not have much joy for Trusty Tahr:
This ppa contains bits and pieces needed to test Vulkan BUT ONLY FOR XENIAL
(and maybe 14.04 in the future).
If you filter for Trusty Tahr only you will see that all that is there for Trusty is the 355 and 364 NVidia drivers.
1
wow! I was fearing that! thanks so much for your answer... I'll see what I can do...
– ovni jeroqui
Jun 23 '16 at 10:40
add a comment |
Unfortunately it looks as if this PPA does not have much joy for Trusty Tahr:
This ppa contains bits and pieces needed to test Vulkan BUT ONLY FOR XENIAL
(and maybe 14.04 in the future).
If you filter for Trusty Tahr only you will see that all that is there for Trusty is the 355 and 364 NVidia drivers.
Unfortunately it looks as if this PPA does not have much joy for Trusty Tahr:
This ppa contains bits and pieces needed to test Vulkan BUT ONLY FOR XENIAL
(and maybe 14.04 in the future).
If you filter for Trusty Tahr only you will see that all that is there for Trusty is the 355 and 364 NVidia drivers.
answered Jun 23 '16 at 10:37
andrew.46andrew.46
22.4k1470150
22.4k1470150
1
wow! I was fearing that! thanks so much for your answer... I'll see what I can do...
– ovni jeroqui
Jun 23 '16 at 10:40
add a comment |
1
wow! I was fearing that! thanks so much for your answer... I'll see what I can do...
– ovni jeroqui
Jun 23 '16 at 10:40
1
1
wow! I was fearing that! thanks so much for your answer... I'll see what I can do...
– ovni jeroqui
Jun 23 '16 at 10:40
wow! I was fearing that! thanks so much for your answer... I'll see what I can do...
– ovni jeroqui
Jun 23 '16 at 10:40
add a comment |
Please try it to install first by typing:
sudo apt-add-repository ppa:canonical-x/vulkan
sudo apt update
sudo apt install vulkan-utils mesa-vulkan-drivers
OutPut:
$ sudo apt install vulkan-utils mesa-vulkan-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
checkbox-ng gstreamer1.0-clutter iproute libarmadillo5 libarmadillo6 libarpack2
libatk-wrapper-java libatk-wrapper-java-jni libbind9-90 libblas-common libblas3
libcamel-1.2-52 libck-connector0 libcolamd2.8.0 libdap17v5 libdapclient6v5
libdbd-mysql-perl libdbi-perl libdns100 libebook-contacts-1.2-1 libecal-1.2-18
libedata-cal-1.2-27 libedataserver-1.2-20 libepsilon1 libfreexl1 libgdal1i
libglew1.10 libglewmx1.10 libgnutls-deb0-28:i386 libgtop2-10 libimobiledevice4
libisc95 libisccc90 libisccfg90 libisl13 libkmlbase1 libkmldom1 libkmlengine1
liblapack3 libllvm3.6v5 libllvm3.6v5:i386 liblouis2 liblwgeom-2.1.8 liblwres90
libminizip1 libmysqlclient18:i386 libmysqlclient20 libmysqlcppconn7v5
libnetcdf11 libnl-route-3-200 libntdb1 libogdi3.2 libopenjp2-7 libpoppler52
libproj9 libpth20 libqpdf13v5 libraw10 libsctp1 libspatialite7 libsuperlu4
libterm-readkey-perl liburiparser1 libusbmuxd2 libvpx2 libvsqlitepp3v5
linux-headers-4.2.0-16 linux-headers-4.2.0-16-generic linux-headers-4.2.0-36
linux-headers-4.2.0-36-generic linux-image-4.2.0-16-generic
linux-image-4.2.0-36-generic linux-image-extra-4.2.0-16-generic
linux-image-extra-4.2.0-36-generic lksctp-tools mysql-utilities
mysql-workbench-data proj-bin proj-data python-cffi python-characteristic
python-dbus-dev python-mysql.connector python-ntdb python-pexpect python-ply
python-ptyprocess python-pycparser python-pyodbc python-pysqlite2 python3-cffi
python3-checkbox-ng python3-ply python3-pycparser qml-module-qtquick-dialogs
qml-module-qtquick-localstorage qml-module-qtquick-privatewidgets
qtdeclarative5-localstorage-plugin qtdeclarative5-qtfeedback-plugin
qtdeclarative5-ubuntu-web-plugin telepathy-indicator unity-scope-audacious
unity-scope-clementine unity-scope-gmusicbrowser unity-scope-gourmet
unity-scope-guayadeque unity-scope-musique
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libvulkan1
The following NEW packages will be installed:
libvulkan1 mesa-vulkan-drivers vulkan-utils
0 upgraded, 3 newly installed, 0 to remove and 33 not upgraded.
Need to get 2,988 kB of archives.
After this operation, 15.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]
it worked for me @ "Ubuntu 16.04" !
Thanks, but doesn't work for me, i'll try to update my operating system
– ovni jeroqui
Jun 23 '16 at 12:50
add a comment |
Please try it to install first by typing:
sudo apt-add-repository ppa:canonical-x/vulkan
sudo apt update
sudo apt install vulkan-utils mesa-vulkan-drivers
OutPut:
$ sudo apt install vulkan-utils mesa-vulkan-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
checkbox-ng gstreamer1.0-clutter iproute libarmadillo5 libarmadillo6 libarpack2
libatk-wrapper-java libatk-wrapper-java-jni libbind9-90 libblas-common libblas3
libcamel-1.2-52 libck-connector0 libcolamd2.8.0 libdap17v5 libdapclient6v5
libdbd-mysql-perl libdbi-perl libdns100 libebook-contacts-1.2-1 libecal-1.2-18
libedata-cal-1.2-27 libedataserver-1.2-20 libepsilon1 libfreexl1 libgdal1i
libglew1.10 libglewmx1.10 libgnutls-deb0-28:i386 libgtop2-10 libimobiledevice4
libisc95 libisccc90 libisccfg90 libisl13 libkmlbase1 libkmldom1 libkmlengine1
liblapack3 libllvm3.6v5 libllvm3.6v5:i386 liblouis2 liblwgeom-2.1.8 liblwres90
libminizip1 libmysqlclient18:i386 libmysqlclient20 libmysqlcppconn7v5
libnetcdf11 libnl-route-3-200 libntdb1 libogdi3.2 libopenjp2-7 libpoppler52
libproj9 libpth20 libqpdf13v5 libraw10 libsctp1 libspatialite7 libsuperlu4
libterm-readkey-perl liburiparser1 libusbmuxd2 libvpx2 libvsqlitepp3v5
linux-headers-4.2.0-16 linux-headers-4.2.0-16-generic linux-headers-4.2.0-36
linux-headers-4.2.0-36-generic linux-image-4.2.0-16-generic
linux-image-4.2.0-36-generic linux-image-extra-4.2.0-16-generic
linux-image-extra-4.2.0-36-generic lksctp-tools mysql-utilities
mysql-workbench-data proj-bin proj-data python-cffi python-characteristic
python-dbus-dev python-mysql.connector python-ntdb python-pexpect python-ply
python-ptyprocess python-pycparser python-pyodbc python-pysqlite2 python3-cffi
python3-checkbox-ng python3-ply python3-pycparser qml-module-qtquick-dialogs
qml-module-qtquick-localstorage qml-module-qtquick-privatewidgets
qtdeclarative5-localstorage-plugin qtdeclarative5-qtfeedback-plugin
qtdeclarative5-ubuntu-web-plugin telepathy-indicator unity-scope-audacious
unity-scope-clementine unity-scope-gmusicbrowser unity-scope-gourmet
unity-scope-guayadeque unity-scope-musique
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libvulkan1
The following NEW packages will be installed:
libvulkan1 mesa-vulkan-drivers vulkan-utils
0 upgraded, 3 newly installed, 0 to remove and 33 not upgraded.
Need to get 2,988 kB of archives.
After this operation, 15.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]
it worked for me @ "Ubuntu 16.04" !
Thanks, but doesn't work for me, i'll try to update my operating system
– ovni jeroqui
Jun 23 '16 at 12:50
add a comment |
Please try it to install first by typing:
sudo apt-add-repository ppa:canonical-x/vulkan
sudo apt update
sudo apt install vulkan-utils mesa-vulkan-drivers
OutPut:
$ sudo apt install vulkan-utils mesa-vulkan-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
checkbox-ng gstreamer1.0-clutter iproute libarmadillo5 libarmadillo6 libarpack2
libatk-wrapper-java libatk-wrapper-java-jni libbind9-90 libblas-common libblas3
libcamel-1.2-52 libck-connector0 libcolamd2.8.0 libdap17v5 libdapclient6v5
libdbd-mysql-perl libdbi-perl libdns100 libebook-contacts-1.2-1 libecal-1.2-18
libedata-cal-1.2-27 libedataserver-1.2-20 libepsilon1 libfreexl1 libgdal1i
libglew1.10 libglewmx1.10 libgnutls-deb0-28:i386 libgtop2-10 libimobiledevice4
libisc95 libisccc90 libisccfg90 libisl13 libkmlbase1 libkmldom1 libkmlengine1
liblapack3 libllvm3.6v5 libllvm3.6v5:i386 liblouis2 liblwgeom-2.1.8 liblwres90
libminizip1 libmysqlclient18:i386 libmysqlclient20 libmysqlcppconn7v5
libnetcdf11 libnl-route-3-200 libntdb1 libogdi3.2 libopenjp2-7 libpoppler52
libproj9 libpth20 libqpdf13v5 libraw10 libsctp1 libspatialite7 libsuperlu4
libterm-readkey-perl liburiparser1 libusbmuxd2 libvpx2 libvsqlitepp3v5
linux-headers-4.2.0-16 linux-headers-4.2.0-16-generic linux-headers-4.2.0-36
linux-headers-4.2.0-36-generic linux-image-4.2.0-16-generic
linux-image-4.2.0-36-generic linux-image-extra-4.2.0-16-generic
linux-image-extra-4.2.0-36-generic lksctp-tools mysql-utilities
mysql-workbench-data proj-bin proj-data python-cffi python-characteristic
python-dbus-dev python-mysql.connector python-ntdb python-pexpect python-ply
python-ptyprocess python-pycparser python-pyodbc python-pysqlite2 python3-cffi
python3-checkbox-ng python3-ply python3-pycparser qml-module-qtquick-dialogs
qml-module-qtquick-localstorage qml-module-qtquick-privatewidgets
qtdeclarative5-localstorage-plugin qtdeclarative5-qtfeedback-plugin
qtdeclarative5-ubuntu-web-plugin telepathy-indicator unity-scope-audacious
unity-scope-clementine unity-scope-gmusicbrowser unity-scope-gourmet
unity-scope-guayadeque unity-scope-musique
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libvulkan1
The following NEW packages will be installed:
libvulkan1 mesa-vulkan-drivers vulkan-utils
0 upgraded, 3 newly installed, 0 to remove and 33 not upgraded.
Need to get 2,988 kB of archives.
After this operation, 15.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]
it worked for me @ "Ubuntu 16.04" !
Please try it to install first by typing:
sudo apt-add-repository ppa:canonical-x/vulkan
sudo apt update
sudo apt install vulkan-utils mesa-vulkan-drivers
OutPut:
$ sudo apt install vulkan-utils mesa-vulkan-drivers
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
checkbox-ng gstreamer1.0-clutter iproute libarmadillo5 libarmadillo6 libarpack2
libatk-wrapper-java libatk-wrapper-java-jni libbind9-90 libblas-common libblas3
libcamel-1.2-52 libck-connector0 libcolamd2.8.0 libdap17v5 libdapclient6v5
libdbd-mysql-perl libdbi-perl libdns100 libebook-contacts-1.2-1 libecal-1.2-18
libedata-cal-1.2-27 libedataserver-1.2-20 libepsilon1 libfreexl1 libgdal1i
libglew1.10 libglewmx1.10 libgnutls-deb0-28:i386 libgtop2-10 libimobiledevice4
libisc95 libisccc90 libisccfg90 libisl13 libkmlbase1 libkmldom1 libkmlengine1
liblapack3 libllvm3.6v5 libllvm3.6v5:i386 liblouis2 liblwgeom-2.1.8 liblwres90
libminizip1 libmysqlclient18:i386 libmysqlclient20 libmysqlcppconn7v5
libnetcdf11 libnl-route-3-200 libntdb1 libogdi3.2 libopenjp2-7 libpoppler52
libproj9 libpth20 libqpdf13v5 libraw10 libsctp1 libspatialite7 libsuperlu4
libterm-readkey-perl liburiparser1 libusbmuxd2 libvpx2 libvsqlitepp3v5
linux-headers-4.2.0-16 linux-headers-4.2.0-16-generic linux-headers-4.2.0-36
linux-headers-4.2.0-36-generic linux-image-4.2.0-16-generic
linux-image-4.2.0-36-generic linux-image-extra-4.2.0-16-generic
linux-image-extra-4.2.0-36-generic lksctp-tools mysql-utilities
mysql-workbench-data proj-bin proj-data python-cffi python-characteristic
python-dbus-dev python-mysql.connector python-ntdb python-pexpect python-ply
python-ptyprocess python-pycparser python-pyodbc python-pysqlite2 python3-cffi
python3-checkbox-ng python3-ply python3-pycparser qml-module-qtquick-dialogs
qml-module-qtquick-localstorage qml-module-qtquick-privatewidgets
qtdeclarative5-localstorage-plugin qtdeclarative5-qtfeedback-plugin
qtdeclarative5-ubuntu-web-plugin telepathy-indicator unity-scope-audacious
unity-scope-clementine unity-scope-gmusicbrowser unity-scope-gourmet
unity-scope-guayadeque unity-scope-musique
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libvulkan1
The following NEW packages will be installed:
libvulkan1 mesa-vulkan-drivers vulkan-utils
0 upgraded, 3 newly installed, 0 to remove and 33 not upgraded.
Need to get 2,988 kB of archives.
After this operation, 15.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]
it worked for me @ "Ubuntu 16.04" !
answered Jun 23 '16 at 10:44
Ramesh ChandRamesh Chand
3,74141931
3,74141931
Thanks, but doesn't work for me, i'll try to update my operating system
– ovni jeroqui
Jun 23 '16 at 12:50
add a comment |
Thanks, but doesn't work for me, i'll try to update my operating system
– ovni jeroqui
Jun 23 '16 at 12:50
Thanks, but doesn't work for me, i'll try to update my operating system
– ovni jeroqui
Jun 23 '16 at 12:50
Thanks, but doesn't work for me, i'll try to update my operating system
– ovni jeroqui
Jun 23 '16 at 12:50
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f790573%2ftrying-to-install-vulkan-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown